We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a8d3c commit 75455caCopy full SHA for 75455ca
1 file changed
openHAB/OpenHABWebViewController.swift
@@ -296,7 +296,6 @@ class OpenHABWebViewController: OpenHABViewController {
296
return existing
297
}
298
let config = WKWebViewConfiguration()
299
- config.processPool = WKProcessPool() // isolates credential cache
300
config.allowsInlineMediaPlayback = true
301
config.mediaTypesRequiringUserActionForPlayback = []
302
// adds: window.webkit.messageHandlers.xxxx.postMessage to JS env
0 commit comments