I'm building an iPhone web app using jqtouch. I setup an unordered list so that each row, when tapped, generates an ajax request to save the current location so it's associated with data in that row.
The $.ajax request times out the first time after the app has loaded. This happens every time when run on the iPhone. It does NOT happen when I run this app in desktop Safari. The only difference there I suppose is in how the "tap" event is emulated from a click.
Has anyone else seen this? I've had to turn OFF "useFastTouch" when initializing jqtouch which leads me to believe there's some other potential bug related. The "useFastTouch" defaults to "TRUE" and is labeled as experimental in the code.
Thoughts / insights?