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

javascript - jquery or ashx not working -

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

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