Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

link does not jump in Ios browser #105

Closed
Tvinsh opened this issue May 30, 2018 · 2 comments
Closed

link does not jump in Ios browser #105

Tvinsh opened this issue May 30, 2018 · 2 comments
Labels

Comments

@Tvinsh
Copy link

Tvinsh commented May 30, 2018

if it contains a tag ,like this

<Carousel auto>
  <a href={{..}}>Frame 1</a>
  <a href={{..}}>Frame 2</a>
</Carousel>

link does not jump in Ios browser
need to do this in carousel.js to solve this problem

onTouchStart (e) {
    // if (this.state.total < 2) return
    // e.preventDefault()
    this.clearAutoTimeout()
    this.updateFrameSize()
    this.prepareSiblingFrames()
   ...
}
@amio
Copy link
Owner

amio commented May 31, 2018

Oops, seems a regression

@amio
Copy link
Owner

amio commented Jun 6, 2018

This should get fixed by 1ab6878

@amio amio closed this as completed Jun 6, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants