Hi.
I want to use the WKWebView for a project, but I also need to be able to play videos inside webpages, not full screen.
In the old WebView I could set a NativeObject field as this:
Dim no As NativeObject = WebView1
no.SetField("allowsInlineMediaPlayback", True)
But with the new WKWebView this doesn't work, it seems like this setting is behind some config (https://developer.apple.com/documentation/webkit/wkwebviewconfiguration) Anyone have a clue how to manage this with WKWebView?
--
Thomas
I want to use the WKWebView for a project, but I also need to be able to play videos inside webpages, not full screen.
In the old WebView I could set a NativeObject field as this:
Dim no As NativeObject = WebView1
no.SetField("allowsInlineMediaPlayback", True)
But with the new WKWebView this doesn't work, it seems like this setting is behind some config (https://developer.apple.com/documentation/webkit/wkwebviewconfiguration) Anyone have a clue how to manage this with WKWebView?
--
Thomas