Procházet zdrojové kódy

allow to auto-play media files in WebxdcViewController (#1485)

cyBerta před 3 roky
rodič
revize
1b6713f16f

+ 3 - 0
deltachat-ios/Controller/WebxdcViewController.swift

@@ -105,6 +105,9 @@ class WebxdcViewController: WebViewViewController {
         config.userContentController = contentController
         config.setURLSchemeHandler(self, forURLScheme: INTERNALSCHEMA)
         
+        config.mediaTypesRequiringUserActionForPlayback = []
+        config.allowsInlineMediaPlayback = true
+
         if #available(iOS 13.0, *) {
             preferences.isFraudulentWebsiteWarningEnabled = true
         }