ftlabs/ftscroller

scroll event and scrolltop - touch device

pgherveou opened this issue · 0 comments

hi guys, first of all thanks for this excellent scroller lib
just like native scrolling, "scroll" event isnt fired on touch devices when your finger isnt touching the screen but the screen is still scrolling.
thus when you try to access scrollTop in a setInterval loop scrollTop value is wrong

So two questions ;-)

  • Can we get the scroll event to be fired when the screen is still scrolling?
  • Can the real scrollTop value be exposed?