Here I am using infinite scroll using parent class method. It's absolutely working perfectly on desktop and my android mobile browser. Here are some issues I am facing mentioned below:
If I scroll fast on the desktop or mobile everything loads on a single scroll. So its keep scrolling and keep loading data.
On IOS Mobile device Scroll down - makes new objects load, but takes me all the way back to the start, then I have to scroll back to the bottom to load more data and again it will scroll to Top after loading data.
I am using ng-infinite-scroll - v1.2.0 with Angularjs and Rails 4.
Here I am using infinite scroll using parent class method. It's absolutely working perfectly on desktop and my android mobile browser. Here are some issues I am facing mentioned below: