Bläddra i källkod

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

cyBerta 3 år sedan
förälder
incheckning
1b6713f16f
1 ändrade filer med 3 tillägg och 0 borttagningar
  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
         }