-
Notifications
You must be signed in to change notification settings - Fork 7
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
🛠️ [TASK] : Research how to make flutter web app searchable #888
Comments
Report notes by @apskhemAs I navigated through This proved that the Flutter canvas rendering on the web is wrapped inside a shadow dom. Therefore, it's unsearchable by default. The solution is running or building the app with this flag |
@apskhem html renderer is going to be deprecated soon - we must stay with canvaskit. |
Why is this closed without a solution for the canvaskit? |
We’ve come to the conclusion that, for now, there’s no official solution for using canvaskit. So, it's probably best to wrap this up for the time being. As we keep working with Flutter, we might see some updates down the line. |
Cmd+F / Control+F is probably the most common feature used by end customers in a normal journey. |
That is no solution for one of the most needed features for flutter web. How should we promote Flutter if something like this doesn't work? |
Is there any native way to detect when the browser's search box is enabled by the end user? If yes, what about introducing a new widget that feels and looks exactly like the running browser's search box, and is stacked in place of that when user enables the search? |
Hey @desmond206x, @RafaRuiz, @reza00farjam. We are a small application team using Flutter to build a Catalyst Voices, a new generation of voting platform for the Cardano ecosystem. We are not part of the Flutter Team, don't know them and never worked with them. As all of you - we also regret that such feature wasn't integrated yet into the flutter framework and we're looking forward to it. When it becomes available we will be happy to employ it in the project we're developing. This issue was reported in our repository to gain knowledge about current development state on Flutter side. We have an use case where it could become handy. We learned that it's not done yet in the framework so we will observe and wait until it becomes available. |
Sorry, I went from issue to issue mainly from the flutter repo and I think I misplaced the comment. |
Summary
Research how to make flutter web app searchable
Description
Research how to make flutter web app searchable with cmd+F (or ctrl+F) the way it works for traditional web apps
The text was updated successfully, but these errors were encountered: