-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic 2 infinite scrolling gets stuck #10345
Comments
I have the exact opposite. In my case infinitescroll does not load anything at all. #9596 |
Thanks for using ionic, we will take a look into this. |
Hello @Isigiel . What browser or device are you seeing this issue on? |
Hey @jgw96, thanks for looking into this. |
I can recreate this issue on any ion-content view on iOS 10 in platform browser or ios. What you can do is once you have enough content to scroll vertically, you can scroll the content to the bottom of the view, tap once on the bottom of the screen, then start scrolling like crazy. It immediately goes into an unresponsive frozen like state but you can see the scrollbar moving with your finger. Just that the content doesn't move. This is a little hard to reproduce and its gotten better with releases. But its still there. |
Hi there, |
I have the same issue on iOS10 with WKWebView. Infinite-scroll stuck when it at the end of list. I think this problem is related with the some scroll activation or animation. May be it related with the following PR: #8099 Some additional info:
|
In my case, initially ion-list has 10 items, any ideas ? EDIT: |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
In my newsfeed, when I reach the end of the displayed items I'm using ionic infinite scroll to load more. Now when I reach it it keeps loading more posts and apparently jumps doen when new ones are loaded.
Expected behavior:
New posts would be added to the document without me jumping down and triggering the infinite scrolling again.
Steps to reproduce:
Sadly I can not reproduce this behaviour on plunker. The best I can do is this video of it happening.
https://1drv.ms/v/s!ApVFL9Vn_38dgu9PLyUGVWDUtw9HVA
Related code:
This is the page I experience the weird behaviour on
https://gitlab.com/pikandpeople/mobile-next/blob/master/src/pages/news/news.html
Other information:
Happens on the pc and phone, I'd say not since long.
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: