Skip to content
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

Pull to refresh needs some adjustments #2346

Closed
bbeckk opened this issue Feb 20, 2018 · 1 comment
Closed

Pull to refresh needs some adjustments #2346

bbeckk opened this issue Feb 20, 2018 · 1 comment
Milestone

Comments

@bbeckk
Copy link

bbeckk commented Feb 20, 2018

I'm using pull to refresh which works most fo the time but it often goes down way too far with no refresh action.

https://www.youtube.com/watch?v=LXm_uEBOygs

    Form hi = new Form("Pull"); 

    hi.getContentPane().addPullToRefresh(() -> {
        hi.add(new Button("Pulled!"));
        hi.revalidate();
    });

    hi.show();
@codenameone codenameone self-assigned this Feb 21, 2018
@codenameone codenameone added this to the Version 5.0 milestone Feb 21, 2018
@codenameone codenameone reopened this Feb 22, 2018
@codenameone
Copy link
Collaborator

I think Steve fixed this a while back if I recall correctly. Is this still happening?

@codenameone codenameone removed their assignment Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant