voronianski / react-swipe

:left_right_arrow: Swipe.js as a React component
http://voronianski.github.io/react-swipe/demo?continuous=true
MIT License
1.66k stars 256 forks source link

Next/Prev click delay on Safari - ios 8.1.2 #37

Closed nvcken closed 8 years ago

nvcken commented 8 years ago

I test on Safari ios 8.1.2 Finger swipe response is good. But if I click button Next / Prev , it 's take delay time for slide animation.

Florisschimandl commented 8 years ago

Bit late but still...

This can probable be solved by using fastclick.js in your projects.

"FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. "

https://github.com/ftlabs/fastclick

voronianski commented 8 years ago

@nvcken @Florisschimandl is right, use FastClick or similar lib.