Closed GoogleCodeExporter closed 9 years ago
For example, is there a way to check scrollrunning flag from my app?
Original comment by arianout...@gmail.com
on 24 Nov 2012 at 6:13
Or, even better, add a class like "scrolling" in the div apply your script and
remove it after stop. So I can check if it's there and to know if a tap inside
the div is not related to scroll action.
Original comment by kdoychin...@gmail.com
on 24 Nov 2012 at 9:39
On RC version has implemented onScrollStart/onScrollEnd events.
You have to set as jquery-style:
$("#your-div").getNiceScroll().scrollstart(fn)
$("#your-div").getNiceScroll().scrollend(fn)
Original comment by inuya...@gmail.com
on 25 Nov 2012 at 10:31
Original comment by inuya...@gmail.com
on 25 Nov 2012 at 10:31
Will test it. Thank you :)
Original comment by arianout...@gmail.com
on 25 Nov 2012 at 10:34
v3 released
Original comment by inuya...@gmail.com
on 17 Dec 2012 at 8:40
Original issue reported on code.google.com by
arianout...@gmail.com
on 24 Nov 2012 at 5:57