javascript - Scroll event in Phonegap -



javascript - Scroll event in Phonegap -

using phonegap i'm trying update element when user scrolls. using window.onscroll, event triggered 1 time scrolling has finished. need react on scrolling while user scrolls. found out can use

document.body.addeventlistener('touchmove', function(){})

which seems work while user has (her) finger on screen, if flips content , and releases finger, event triggered after scrolling has stopped.

is there way track scrolling while user scrolls in phonegap?

javascript cordova

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -