apondman / MediaBrowser

MediaBrowser client for MediaPortal
9 stars 4 forks source link

Issue with list scrolling #24

Open JayUK opened 10 years ago

JayUK commented 10 years ago

Lists are built dynamically, as you near the bottom of the list, more data is requested to build the list.

It is possible to both scroll/jump to the bottom of the list before more data has been requested/received - therefore making the user go back to the top of the initially requested list, when in fact they want to keep scrolling down through more data

This gives a frustrating/poor user experience.