HTML5 Offline Application Cache Is supported on Safari but is it supported in WKWebView?
I found some links here on StackOverflow but I am unable to implement these methods.
@interface WKPreferences (MyPreferences)
- (void)_setOfflineApplicationCacheIsEnabled:(BOOL)offlineApplicationCacheIsEnabled;
@end
Enable Application cache in WKWebView
Some people are saying html5 application cache not supported in WKWebView.
WKWebView Cache manifest not working IOS8
but I did not find out any docs or references about this in apple docs.