lauriemustafic / jquery-nicescroll

Automatically exported from code.google.com/p/jquery-nicescroll
0 stars 0 forks source link

scrollend not fired on iPad until end of document #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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