We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f61d9d5 + aca65e5 commit 6e90163Copy full SHA for 6e90163
HCaptcha/Classes/HCaptchaHtml.swift
@@ -2,7 +2,7 @@
2
// HCaptchaHtml.swift (Autogenerated)
3
// HCaptcha
4
//
5
-// Copyright © 2025 HCaptcha. All rights reserved.
+// Copyright © 2026 HCaptcha. All rights reserved.
6
7
8
import Foundation
HCaptcha/Classes/HCaptchaWebViewManager.swift
@@ -228,6 +228,8 @@ fileprivate extension HCaptchaWebViewManager {
228
229
let conf = WKWebViewConfiguration()
230
conf.userContentController = controller
231
+ conf.allowsInlineMediaPlayback = true
232
+ conf.mediaTypesRequiringUserActionForPlayback = []
233
234
return conf
235
}
0 commit comments