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

HybridWebView: Support controlling F12 browser dev tools #22305

Closed
Eilon opened this issue May 8, 2024 · 1 comment
Closed

HybridWebView: Support controlling F12 browser dev tools #22305

Eilon opened this issue May 8, 2024 · 1 comment
Assignees
Labels
area-controls-hybridwebview HybridWebView control s/triaged Issue has been reviewed t/enhancement ☀️ New feature or request

Comments

@Eilon
Copy link
Member

Eilon commented May 8, 2024

In the initial PR for HybridWebView, the F12/browser dev tools are always enabled. This needs to be off by default (because production apps generally need it off), but then there needs to be a way to configure it to be on in debug builds. BlazorWebView has a pattern for this, so we could consider that, or some alternative option.

@Eilon Eilon added t/enhancement ☀️ New feature or request area-controls-hybridwebview HybridWebView control labels May 8, 2024
@Eilon Eilon added this to the .NET 9 Planning milestone May 8, 2024
@dotnet-policy-service dotnet-policy-service bot added the s/triaged Issue has been reviewed label May 8, 2024
@samhouts samhouts removed the s/triaged Issue has been reviewed label Jul 3, 2024
@samhouts samhouts added the s/triaged Issue has been reviewed label Jul 10, 2024
@Eilon Eilon closed this as completed Jul 22, 2024
@Eilon Eilon reopened this Jul 22, 2024
Eilon added a commit that referenced this issue Oct 1, 2024
…wser dev tools

Previously the browser dev tools were always enabled for HybridWebView. Now it's optional.

Fixes #22305
rmarinho pushed a commit that referenced this issue Oct 2, 2024
…wser dev tools (#25047)

* Add services.AddHybridWebViewDeveloperTools() extension to enable browser dev tools

Previously the browser dev tools were always enabled for HybridWebView. Now it's optional.

Fixes #22305

* Tizen
@Eilon
Copy link
Member Author

Eilon commented Oct 2, 2024

Fixed in #25047

@Eilon Eilon closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-hybridwebview HybridWebView control s/triaged Issue has been reviewed t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants