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