Post

Replies

Boosts

Views

Activity

Reply to Webkit Memory leak in iOS
same issue here, although i went quite far to clear up the web view, and delegates and attached config after done with web view, still its kept in memory.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to This method should not be called on the main thread as it may lead to UI unresponsiveness.
What I see is that SecTrustEvaluateIfNecessary is causing this. Which means a deadlock to my understanding: unless you figure out how to override certificate trust check of WKWebView to do it in background thread separately from loading web view url (needs to be on main thread).
Replies
Boosts
Views
Activity
Dec ’22