We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a new EnableWebDevTools Boolean property to HybridWebView to make it easy to enable browser dev tools.
EnableWebDevTools
HybridWebView
You could then use it like this:
#if DEBUG myHybridWebView.EnableWebDevTools = true; #endif
The text was updated successfully, but these errors were encountered:
WIP: Add EnableWebDevTools property to enable browser dev tools
2ee2b41
Fixes #20
Add EnableWebDevTools property to enable browser dev tools (#21)
4fcf894
- Also update GitHub Actions build to use specific MAUI and Xcode versions so that the builds on the Mac will work. Fixes #20
Successfully merging a pull request may close this issue.
Add a new
EnableWebDevTools
Boolean property toHybridWebView
to make it easy to enable browser dev tools.You could then use it like this:
The text was updated successfully, but these errors were encountered: