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
Post a Comment