So I have been working on this phone gap application that uses jquery-mobile. Recently, my application stopped working in iOS but it would work on other platforms and even when opened in a browser.
It took me and my boss about a week to find out that the code causing the problem was this:
$.mobile.touchOverflowEnabled = true;
I recently updated my jquery-mobile version to 1.1. Any ideas why this piece of code does not work in iOS?
Why not just remove touchOverflowEnabled? Do you have a fixed toolbar? I think all it does is allow a fixed toolbar to scroll with the app smoothly.
Check out what the doc’s say about it: http://jquerymobile.com/test/docs/toolbars/bars-fixed.html scroll down to “true fixed toolbars”