Parcourir la source

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

cyBerta il y a 3 ans
Parent
commit
1b6713f16f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      deltachat-ios/Controller/WebxdcViewController.swift

+ 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
         }