diff --git a/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift b/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift index 4e4ddad..eab0de6 100644 --- a/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift +++ b/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift @@ -14,9 +14,7 @@ final class ArticleRenderer { let webView: WKWebView private init() { - let pool = WKProcessPool() let config = WKWebViewConfiguration() - config.processPool = pool config.allowsInlineMediaPlayback = true webView = WKWebView(frame: .zero, configuration: config)