validation - jquery.validate suppresses click/touch events, stopping iscroll4 from working -
i'm building jqm app, it's running inside cordova/phonegap on android @ moment.
i have simple page form, inside iscroll wrapper scrolling. works fine, until use jquery.validate plugin on form.
it seems jquery.validate plugin taking on click/touch events , not letting them iscroll.
if click/touch in area outside of form, can scroll normally, if click anywhere inside form, nada.
i'm using jqm 1.3.2, jquery 1.9.1 , jquery.validate 1.11.1
any ideas? frustrating...
success...
after screwing around, have discovered jquery.touchtoclick, jquery plugin remove 200ms delay waiting double tap.
including plugin seems have had effect of working everywhere else, except iscroll , jquery.validate reason!
Comments
Post a Comment