Skip to content

Blazor Hybrid Mac Catalyst Dev Tools not Supported #5561

@TanayParikh

Description

@TanayParikh

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-blazorBlazor Hybrid / Desktop, BlazorWebViewdiscussedCreated 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!t/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions