Jelajahi Sumber

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

cyBerta 3 tahun lalu
induk
melakukan
1b6713f16f
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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
         }