Progressive Swipe On Jquery Mobile Panel
I'm developing an application with Phonegap & jQuery Mobile, and it should have a menu panel that can be opened by a swipe gesture. I implemented the code to open it on swipe,
Solution 1:
You can try this plugin : https://github.com/jakiestfu/Snap.js We used that plugin on one of our projects, it works well on iOS phonegap app, on android there are lags.
Post a Comment for "Progressive Swipe On Jquery Mobile Panel"