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
There isn't currently, you could use what ever swipe detection lib you want to listen for a swipe and if so, change the activeView. I don't want to bloat the default component with a swipe detection lib, but we could make a separate component in this package that sets up the swipe detector and calls an onActiveViewChange passed to it; does that sound good?
And do you know a good small lib for swipe detection? I've used Hammer.js before but it would be a lot kB for just doing swipe detection.
This does everything I need it to do other than swiping between views. Is there a simple way to implement this functionality?
The text was updated successfully, but these errors were encountered: