We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if it contains a tag ,like this
a
<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
carousel.js
onTouchStart (e) { // if (this.state.total < 2) return // e.preventDefault() this.clearAutoTimeout() this.updateFrameSize() this.prepareSiblingFrames() ... }
The text was updated successfully, but these errors were encountered:
Oops, seems a regression
Sorry, something went wrong.
Touch start event dont prevent click event. #105
1ab6878
This should get fixed by 1ab6878
No branches or pull requests
if it contains
a
tag ,like thislink does not jump in Ios browser
need to do this in
carousel.js
to solve this problemThe text was updated successfully, but these errors were encountered: