The following was absolutely mandatory for me to get my phonegap app to be responsive: https://github.com/cargomedia/jquery.touchToClick
Without modification, Phonegap will wait for a "double-click" after the user taps. This results in a noticeable delay. With the plugin above included, it removes the delay.
Other plugins I tested wanted me to use selectors for each element I didn't want delayed.
No comments:
Post a Comment