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
You can also preload five different WKWebView instances and swap them in/out when you need a specific URL. This depends on your UI and interaction of course.