FormidableLabs / react-swipeable

React swipe event handler hook
https://commerce.nearform.com/open-source/react-swipeable
MIT License
1.99k stars 146 forks source link

Disable browser's refresh on swipe down in mobile phones #332

Open Ashish50514561 opened 1 year ago

Ashish50514561 commented 1 year ago

I have used e.Event.preventDefault and stop propagation inside my swipe handler still when i swipe down it refreshes the app along with executing the handler.