mattleibow / InfiniteScrolling

A small library to quickly and easily add infinite/endless scrolling support to any Xamarin.Forms ListView.
MIT License
132 stars 20 forks source link

IOS scroll up when load new elements #8

Open HelloMyDevWorld opened 5 years ago

HelloMyDevWorld commented 5 years ago

Hello,

I 've problem like in title, when i load new elements on IOS the list go up each time, new elements appears in list.

Is there any idea to solve that behaviour ?

BR

VansW commented 4 years ago

Hi, Did you find any solution to this issue? I'm having same issue with listview in IOS. Please share what you did to solve this.

Thanks in Advance

jrlawhorne commented 3 years ago

Same issue here. What I've done that seems to prevent the jump is remove the IsRefreshing binding and disable pull to refresh.