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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -