android - Delay in Click Events in PhoneGap with JQuery Plugin -


i using phonegap 3.4.0 jquery plugin android project. touch events not working properly, click events facing 300ms click delay. seems issue? how fixed?

code sample:

$(element).click(function(){      //my function }); 

300ms delay normal thing in mobile webview, it's because of waiting possibility of performing double tap, there way bypass fastclick library.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -