Progressive swipe on jQuery Mobile panel

2019-09-09 05:22发布

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 :)

1条回答
冷血范
2楼-- · 2019-09-09 06:02

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.

查看更多
登录 后发表回答