About webview in avalonia acelerate #18630
-
Does webview support on macOS ? Webrtc Also can we have an trial to test it before purchase ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 23 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@maxkatz6 Regarding NativeWebView — according to the docs, it’s not supported on Linux. |
Beta Was this translation helpful? Give feedback.
getUserMedia
specific features (camera/mic, screen sharing)Yes, these are supported starting with 11.2.4 webview version.
Just like with any other such Apple feature, you need to setup permissions on your bundle. NSCameraUsageDescription and NSMicrophoneUsageDescription for instance.
https://webrtc.github.io/samples is a good website to test these features.
Voice over, accessibilities, IME
These are supported out of the box by Apple WebKit itself. No extra permissions are necessary.