WKWebView: Is it possible to preload multiple URLs?

前端 未结 4 677
梦谈多话
梦谈多话 2021-01-15 03:45

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?

I ha

4条回答
  •  执笔经年
    2021-01-15 04:37

    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.

提交回复
热议问题