You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
Elements within the iron-swipeable-container begin to swipe upon even the most minor horizontal interaction e.g. vertical drag. This can be observed in any simple example or even the demo of this element.
Would be great to be able to configure the distance before the swipe begins or some other interpretation of the 'sensitivity' for swipeable elements.
The text was updated successfully, but these errors were encountered:
I also prevented swiping to the right (swipe left only, you have to remove this check in the code if you want woth ways) and have set a distance of 50px (hardcoded but it's be easy to make it configurable if needed)
I also didn't update the tests and didn't check if the demo passes, so not ready at all for a push request right now ;)
Elements within the
iron-swipeable-container
begin to swipe upon even the most minor horizontal interaction e.g. vertical drag. This can be observed in any simple example or even the demo of this element.Would be great to be able to configure the distance before the swipe begins or some other interpretation of the 'sensitivity' for swipeable elements.
The text was updated successfully, but these errors were encountered: