How Can I Achieve Instananeous Touchstart on iOS?

How Can I Achieve Instananeous Touchstart on iOS?

Can you point me to an example or demo of an immediate, instantaneous page change in a jQuery Mobile app?

I want to be able to tap a link in jQuery Mobile and immediately show the next page. I know this is possible in iOS because: 1. Lightning Touch is able to do it without jQuery. 2. JoApp immediately begins to transition on touch end.

The issue isn't the transition speed or length. The issue isn't necessarily relating to the taphold 300ms delay - but may be in part. I suspect in part that the issue has to do with triggering the link on touch start and not touchend or click.

Can you point me to an example or demo of an immediate, instantaneous page change in a jQuery Mobile app?