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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -