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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -