Skip to content

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

Closed
jcollins-g opened this issue Jan 25, 2019 · 8 comments
Closed
Assignees
Labels
customer-flutter Issues originating from important to Flutter P2 A bug or feature request we're likely to work on

Comments

@jcollins-g
Copy link
Contributor

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

@jcollins-g jcollins-g self-assigned this Jan 25, 2019
@jcollins-g
Copy link
Contributor Author

From @chalin on January 25, 2019 15:59

Here's a screenshot:
screen shot 2019-01-25 at 10 57 54
@jcollins-g @filiph @Hixie /cc @sfshaza2 @kwalrath

@jcollins-g
Copy link
Contributor Author

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.

@jcollins-g
Copy link
Contributor Author

dartdoc omnibus mobile fix PR: #1873
Push to Flutter: flutter/flutter#26041

@jcollins-g
Copy link
Contributor Author

From @feinstein on January 25, 2019 17:21

https://master-docs-flutter-io.firebaseapp.com/ has the same error

@jcollins-g
Copy link
Contributor Author

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.

@jcollins-g jcollins-g added P2 A bug or feature request we're likely to work on user feedback customer-flutter Issues originating from important to Flutter labels Jan 25, 2019
@jcollins-g jcollins-g changed the title docs.flutter.io mobile issue bug in mobile scrolling can result in the page being stuck to the left Jan 25, 2019
@feinstein
Copy link

I also found the same issue at the Dart Pub https://pub.dartlang.org/packages/flutter_google_places_autocomplete

@jcollins-g
Copy link
Contributor Author

Yes. I believe all dartdoc generated documentation will do this on mobile.

@jcollins-g
Copy link
Contributor Author

closing with #1916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-flutter Issues originating from important to Flutter P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

2 participants