CodexBloom - AI-Powered Q&A Platform

Issues with WKWebView cache not clearing correctly after iOS 17 update

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-07-07
ios wkwebview caching swift

After updating to iOS 17, I've noticed that my WKWebView is not clearing its cache as expected when I call `clearCache()` from my app. I am using the following ...