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
Post a Comment