Hello,
I have a project in Ionic 4 and got a list of news item from an API. Now i’m testing my app in xcode beta for the new IOS13 release. When i scroll down to get more items and the loader is done, it add’s the additional items and then the view will jump to the very top op the list.
There are no error logs or anything
I am new here, so if you need more information ask me
I had the same issue, but I noticed the problem occurs when repeated elements and ion-infinite-scroll element are direct children of the ion-content.
The issue disappeared after wrapping it in a div.
You could give it a try.
I have the same problems as @neluskoevoet described. With iOS13 infinite scroll jumps back to top of the list/site.
I don’t understand your comment unfortunately @Coldiary. What should I wrap in div? Here you can find an example: https://ionicframework.com/docs/api/infinite-scroll please show me what to wrap? I tried several things to wrap but it doesn’t work for me.