Skip to content

Commit

Permalink
fix(ios): Prevent Xcode 14 warning on CAPWebView (#5821)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Aug 3, 2022
1 parent 59e64b7 commit 66954ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Capacitor/Capacitor/CAPWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ open class CAPWebView: UIView {

extension CAPWebView {

open func webViewConfiguration(for instanceConfiguration: InstanceConfiguration) -> WKWebViewConfiguration {
public func webViewConfiguration(for instanceConfiguration: InstanceConfiguration) -> WKWebViewConfiguration {
let webViewConfiguration = WKWebViewConfiguration()
webViewConfiguration.allowsInlineMediaPlayback = true
webViewConfiguration.suppressesIncrementalRendering = false
Expand Down

0 comments on commit 66954ef

Please sign in to comment.