Skip to content
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

Links from embedded DevTools do not open in external browser #7424

Open
kenzieschmoll opened this issue May 14, 2024 · 0 comments
Open

Links from embedded DevTools do not open in external browser #7424

kenzieschmoll opened this issue May 14, 2024 · 0 comments
Labels
devtools-integration Related to the integration with Dart DevTools

Comments

@kenzieschmoll
Copy link
Member

kenzieschmoll commented May 14, 2024

Clicking a link in DevTools (documentation link, video tutorial link, report feedback button to open issue tracker, etc.) should open an external browser window to the provided URL, but instead, it opens a separate desktop app.
Screenshot 2024-05-14 at 9 34 44 AM

Is this a JXBrowser default? This does not have the same behavior in VS Code for example. In DevTools, we call launchUrl: https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/shared/config_specific/launch_url/launch_url.dart/#L11

Maybe there is something we can pass to this URL to force it to open in an external browser window? @helin24

@kenzieschmoll kenzieschmoll added the devtools-integration Related to the integration with Dart DevTools label May 14, 2024
@kenzieschmoll kenzieschmoll changed the title Report feedback button from embedded DevTools does not open browser Links from embedded DevTools do not open in external browser May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devtools-integration Related to the integration with Dart DevTools
Projects
None yet
Development

No branches or pull requests

1 participant