Post

Replies

Boosts

Views

Activity

Reply to WKWebView to go unresponsive and crash in iOS 15
first ensure background processing and fetch is enabled ensure all the following actions are called on webview      webView.uiDelegate = self     webView.allowsBackForwardNavigationGestures = true     webView.allowsLinkPreview = true     webView.navigationDelegate = self then u are good to go
Topic: Safari & Web SubTopic: General Tags:
Jul ’22