thebird / Swipe

Swipe is the most accurate touch slider.
MIT License
6.79k stars 1.69k forks source link

Swipe fails to be detected if inside a fixed header on Android #215

Open divz101 opened 11 years ago

divz101 commented 11 years ago

Has anyone had success with running this in a fixed header - using jquery, phonegap on Android. Swipe actions are detected until the user scrolls past the visible length of the page view and then it fails to be detected.

Error-331 commented 11 years ago

I had a problem with swipe detect (jQuery mobile) inside fixed header in chrome (on android but without phonegap). The only fix that actually worked for me is that I applied jQuery mobile 'Fixedtoolbar' to the fixed element.