Git Product home page Git Product logo

Comments (7)

jfversluis avatar jfversluis commented on August 17, 2024

Was just about to open an issue on this. IMHO there is no need to show a blocking loading indicator and also the list scrolls to the top, while I'm scrolling to the bottom which loads new items. This causes that I have to scroll all the way from the top with each new batch that is loaded.

from mvp.

jamesmontemagno avatar jamesmontemagno commented on August 17, 2024

The top one is just fro the pull to refresh. Probably could optimize on it, but isn't terrible.

from mvp.

jamesmontemagno avatar jamesmontemagno commented on August 17, 2024

It shouldn't scroll to the top though, i haven't experienced that at all.

from mvp.

jfversluis avatar jfversluis commented on August 17, 2024

I've recorded scrolling to the top for you; https://youtu.be/Clp9SXS5Ycs

from mvp.

jamesmontemagno avatar jamesmontemagno commented on August 17, 2024

Weird it doesn't do it on Android

from mvp.

Depechie avatar Depechie commented on August 17, 2024

Can confirm the scroll to top behaviour on iOS too

from mvp.

Depechie avatar Depechie commented on August 17, 2024

@jamesmontemagno the scroll to top is caused by the fact that the IsBusy property in the MyProfileViewModel class file is set to true when loading more items.
This triggers showing the spinner of the listview as though you did a pull to refresh. So somehow the code from Xamarin for that listview spinner also triggers a goto top!

Seeing the remarks in this issue, I'll fix the issue by no longer setting the IsBusy to true for the LoadMoreItems command... the full page loading popup will still be shown!

from mvp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.