Webview2 - Is it supported on net8.0-desktop #17990
-
Is webview2 support on net8.0-desktop for MacOS? It seems Linux is not supported. Docs suggest it is: https://platform.uno/docs/articles/controls/WebView.html however: Using uno.sdk 5.2.132. Could I be missing something in csproj to include? Right now I only have Hosting and ThemeService |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hey @rruprai1, Thank you for your question. I believe that WebView2 is currently supported only on macOS Catalyst ( CC @MartinZikmund We should clarify this in the documentation, as it may be confusing. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that info, I didn't know about net8.0-macos, is there any doc about it on UNO? Right now I've been using the online docs and following: |
Beta Was this translation helpful? Give feedback.
Hey @rruprai1,
Thank you for your question. I believe that WebView2 is currently supported only on macOS Catalyst (
net8.0-maccatalyst
), not on macOS Skia (net8.0-desktop
). You can refer to this discussion for more details: GitHub Discussion Link. Could you please test this out when you build for this target?CC @MartinZikmund We should clarify this in the documentation, as it may be confusing.