-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Can't search docs.flutter.io from a mobile browser #2071
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
There is if you browse in landscape view. Is that good enough for now @eseidelGoogle @mattrenquist et all?
For flutter.io, the search box is under the hamburger: |
Discoverability is not great though. |
I agree that the discoverability is not great. If we would like to move it to the header, we need to rearrange the existing header items due to the limited space. For example, other frameworks created a minimized version of logo (e.g. Angular and React use an icon-only version, Firebase uses a text-only version) or hide those icons for social media (i.e. Twitter and Youtube icons). For the usage, in the past month, only a few unique searches were from mobile devices. I guess it's partly because of the low discoverability and the fact that most programming activities are on desktop. Therefore, if we have future plans on improving general search features on the website (e.g. auto-suggestion, search results), I'm also fine with making changes later and working on high priority issues first. |
I guess I'd like to close this bug, unless we deem that the search needs to be directly on the mobile front page. |
I suspect this is a dartdoc bug more than a flutter/website bug? |
There is a search textfield on docs.flutter.io. It is suboptimal in my opinion, though. It seems to be on every page, so that's a good thing. But it forces code completion and it doesn't even look at the docs for Java and ObjectiveC. Those packages are almost undiscoverable. Finally, bugs against the docs should be filed against the flutter/flutter repo (if content based) or the dartdoc repo (if tool based), rather than the website repo. |
Oops, oops, oops! You are completely right that it's impossible to search the Flutter API docs from a mobile device. But this bug should be filed against dartdoc. I will open a bug there, and close this one. |
Opened a bug against dartdoc: |
@eseidelGoogle commented on Mon Jul 30 2018
At least in Chrome on iOS (and presumably other mobile browsers) there is no search box on docs.flutter.io.
@mjohnsullivan @jcollins-g
@jcollins-g commented on Mon Jul 30 2018
dart-lang/dartdoc#1348
@zoechi commented on Thu Dec 06 2018
Same problem in https://flutter.io and https://docs.flutter.io
The text was updated successfully, but these errors were encountered: