Mohamed Amine
Mohamed Amine

Reputation: 2304

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, but I would like it to be progressive, such as on native apps (facebook, g+ and others...).

Does anyone know how to do it ?

Thanks for help :)

Upvotes: 0

Views: 1784

Answers (1)

blender_noob
blender_noob

Reputation: 141

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.

Upvotes: 4

Related Questions