-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Blazor Hybrid Mac Catalyst Dev Tools not Supported #5561
Copy link
Copy link
Closed
Labels
area-blazorBlazor Hybrid / Desktop, BlazorWebViewBlazor Hybrid / Desktop, BlazorWebViewdiscussedCreated by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.Created by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.externalfixed-in-8.0.0-preview.4.8333Look for this fix in 8.0.0-preview.4.8333!Look for this fix in 8.0.0-preview.4.8333!t/bugSomething isn't workingSomething isn't working
Milestone
Description
It's not possible to open the dev tools menu for mac catalyst applications running Blazor Hybrid (WKWebView).
Others are reporting this issue too: https://apple.stackexchange.com/questions/416277/how-to-inspect-safari-web-inspector-aka-devtools-on-devtools
Dev Resources:
- https://developer.apple.com/forums/thread/657413
- https://webkit.org/web-inspector/enabling-web-inspector/
Tried adding entitlements:
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.webinspector.allow</key>
<true/>Trying to open dev tools (Web Inspector) via:
- OPTION+CMD+I
- Safari -> Develop menu
- Right click -> inspect
I've confirmed the AddBlazorDevTools is appropriately configured
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-blazorBlazor Hybrid / Desktop, BlazorWebViewBlazor Hybrid / Desktop, BlazorWebViewdiscussedCreated by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.Created by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.externalfixed-in-8.0.0-preview.4.8333Look for this fix in 8.0.0-preview.4.8333!Look for this fix in 8.0.0-preview.4.8333!t/bugSomething isn't workingSomething isn't working