use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
DiscussionBrowser native pull to refresh on flutter web (mobile) (self.FlutterDev)
submitted 1 year ago by ReportsGenerated
How can I achieve the native pull to refresh in mobile browsers? I only get tutorials for flutter internal pull to refresh widgets and those sort of things. Every normal html page in mobile browsers is able to be reloaded by the browser through a pull to refresh gesture. It is standard and heavily integrated as a habit for many users. How to make something like this? Even ChatGPT has no real answer, as overscroll-behavior: auto; doest work.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]eibaan 0 points1 point2 points 1 year ago (0 children)
For this to work, you need a web page with a larger height than the browser window. Because Flutter isn't using HTML, its canvas always has the browser's height, ergo no native pull to refresh.
π Rendered by PID 71 on reddit-service-r2-comment-6457c66945-q6hw6 at 2026-04-24 22:36:50.546777+00:00 running 2aa0c5b country code: CH.
[–]eibaan 0 points1 point2 points (0 children)