소스 검색

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

cyBerta 3 년 전
부모
커밋
1b6713f16f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
         }