javascript - Using both scroll and touchevents on android (phonegap) -


i'm building app in phonegap. app makes heavy use of javascript , has content area should scrollable. need use touchstart , touchend events.

the problem that, unless use e.preventdefault on touchmove/touchstart, touchstart event once , never again after (not useful). if e.preventdefault() on either of two, native scrolling disabled (on mobile devices).

how allow native scrolling while listening touchstart + touchend?

failing that, simulate native scrolling (using touchmove?)? i've tried hand @ myself, , result of frankly terrible.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -