-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 creating problem in some webpages on Android #719
Comments
Related to which Platform? Android or iOS? |
Ok it seems this doesn't work on Android |
I found that the problem is related to the webpage itself. |
Just found out that using the official Chrome App browser on mobile with https://api.flutter.dev/flutter/widgets/Container-class.html as URL, the pull-to-refresh feature is also disabled. |
Fixed in the next release |
Thank you very much |
You are right, I never noticed before😅 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Environment
Device information:
Description
In most of the pages new pull to refresh features working well but in few cases I noticed that when scrolling up the refresh button is appearing and refreshing the pages. For example you can check with the below page
https://api.flutter.dev/flutter/widgets/Container-class.html
Or any pages from api.flutter.dev or firebase databases
Till now I found these two sites only, where it is creating problem.
Expected behavior:
Scrolling up should scroll the page until it reaches the top.
Current behavior:
When scrolling up from the bottom of a page, the refresh button is appearing and refreshing the pages.
Steps to reproduce
Images
Stacktrace/Logcat
The text was updated successfully, but these errors were encountered: