What steps will reproduce the problem?
1. Using an iPad test the following function:
myscroll.scrollend(function(){
if (flow.scroll.x <= 0){
alert('0');
}
});
What is the expected output? What do you see instead?
Alert not fired until you scroll to the end of the document.
Desktop browsers fire at the end of any scroll movement.
What version of the product are you using? On what operating system?
jquery.nicescroll -- version 3.4.0
iPad 2 iOS 6.1.3
Please provide any additional information below.
Original issue reported on code.google.com by re.ent...@gmail.com on 24 Sep 2013 at 11:41
Original issue reported on code.google.com by
re.ent...@gmail.com
on 24 Sep 2013 at 11:41