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

Make it easy to enable browser dev tools #20

Closed
Eilon opened this issue May 10, 2023 · 0 comments · Fixed by #21
Closed

Make it easy to enable browser dev tools #20

Eilon opened this issue May 10, 2023 · 0 comments · Fixed by #21
Labels
enhancement New feature or request

Comments

@Eilon
Copy link
Owner

Eilon commented May 10, 2023

Add a new EnableWebDevTools Boolean property to HybridWebView to make it easy to enable browser dev tools.

You could then use it like this:

#if DEBUG
        myHybridWebView.EnableWebDevTools = true;
#endif
@Eilon Eilon added the enhancement New feature or request label May 10, 2023
@Eilon Eilon added this to the 1.0.0-preview3 milestone May 10, 2023
@Eilon Eilon closed this as completed in #21 May 12, 2023
Eilon added a commit that referenced this issue May 12, 2023
- Also update GitHub Actions build to use specific MAUI and Xcode versions so that the builds on the Mac will work.

Fixes #20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant