Just migrated an app over to WKWebView and was wondering if there is any possible way to \'preload\' multiple URLs, but only display one at a time?
WKWebView
I ha
I ended up just using NSURLCache and preloading all URLs using NSURLRequest and NSURLConnection. Then whenever I load a url into WKWebView it uses the cached requests per my cache policy.