Hello,
I've posted about this before, but I have a more precise pinpointing of the issue.
Nutshell: jQuery Mobile + PhoneGap + Blackberry = no "touch end" event detected on a vertical single-finger swipe.
Details: When a jQuery Mobile app is run wrapped in PhoneGap (only when wrapped in PhoneGap; it works fine when it's a pure jQuery Mobile app running on a web server being accessed by the Blackberry browser, and conversely, it works as a PhoneGap app once jQuery Mobile is completely stripped out) and run on Blackberry (and only on Blackberry, not iOS or Android, my only other target phones), the "end touch" event is not appearing to fire when the user does a vertical swipe (and only when it's vertical; it fires when it's horizontal).
My simple sample app has two divs: one that you can touch and perform gestures on, and the other to show you the event that is currently firing. I can post the app. It's small.
I think the touch events are being captured by the browser and not making it to my HTML element (I've tried an img and a div), as the screen scrolls a small amount during these vertical swipes, moving the jQuery Mobile menus slightly. Just the "touch end" is being captured, not the "touch move", interestingly enough.
I've experimented quite a bit with the various jQuery Mobile tags, setting things like data-position="fixed" on menus (and even stripped the menus out, leaving just a data-role="content" tag. And nothing I've tried solves it. And it works fine on iOS and Android.
I've tried it on two Blackberry devices, a Bold and a Torch. Same issue.
So...not sure if this is a jQuery Mobile issue, a PhoneGap issue, or something I need to add to the HTML.
Anyone?
Thanks,
Jack