-
Notifications
You must be signed in to change notification settings - Fork 124
bug in mobile scrolling can result in the page being stuck to the left #1911
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
Comments
Have you tried https://master-docs-flutter-io.firebaseapp.com/ ? I fixed several critical mobile-blocking bugs since the last stable release, hopefully the next release will improve matters. |
dartdoc omnibus mobile fix PR: #1873 |
From @feinstein on January 25, 2019 17:21 https://master-docs-flutter-io.firebaseapp.com/ has the same error |
I was able to reproduce this in simulator and with a real device. This seems to be some artifact of how dartdoc is doing scrolling. If you attempt to swipe the entire page to the left in a particular way, the doc page can get stuck there. Worse, the stickiness seems to be persistent and reloads of the page don't seem to help. A workaround is to manually swipe the page back to the right, but that only works on https://master-docs-flutter-io.firebaseapp.com/. docs.flutter.io is stuck for good when this happens. |
I also found the same issue at the Dart Pub https://pub.dartlang.org/packages/flutter_google_places_autocomplete |
Yes. I believe all dartdoc generated documentation will do this on mobile. |
closing with #1916 |
From @feinstein on January 25, 2019 15:50
Page URL: https://docs.flutter.io/flutter/widgets/LocalizationsDelegate-class.html
Description:
The docs are not rendering perfectly on a mobile device.
I am not sure if this is the right repo to report it actually
Copied from original issue: flutter/website#2274
The text was updated successfully, but these errors were encountered: