本方法支持wkwebView。
本方法支持wkwebView。
本方法支持wkwebView。
在dealloc中调用即可。亲测可用。
[self.webView.configuration.websiteDataStore removeDataOfTypes:[WKWebsiteDataStore allWebsiteDataTypes] modifiedSince:[NSDate dateWithTimeIntervalSince1970:0] completionHandler:^{
NSLog(@"清理h5缓存,本方法iOS9以上支持");
}];
另还有其他的方法见该链接,感谢博主的分享。
网友评论