WebViewWarmUper icon indicating copy to clipboard operation
WebViewWarmUper copied to clipboard

Boost WKWebView loading speed

Results 7 WebViewWarmUper issues
Sort by recently updated
recently updated
newest added

Hi, I updated my cocoapods libraries and I see that the WebViewWarmUper version is the last one (v2.0.1): ![Screenshot 2021-10-20 at 08 29 44](https://user-images.githubusercontent.com/2467153/138039805-7cb890eb-4652-495d-b54e-b9011c6b6099.png) Looking at the source code in...

No tags (and official releases) have been pushed since 1.0.1. This [PR](https://github.com/bernikovich/WebViewWarmUper/pull/6) which was merged some time ago goes to version 3 but none of these changes made under this...

~@IBOutlet weak var webView: WKWebView!

Why not use @objc which would allow the up to date swift version to be called from objective c ?

Your solution is quite simple to warn up webview but it still need to expose an event to let the other know when it is finished the warming up process....

CocoaPods won't install with error message "Specs satisfying the `WebViewWarmUper` dependency were found, but they required a higher minimum deployment target." However manually adding the file works with no alterations.

I left supported iOS versoin at 10 as that is what's listed in pod version. This throws a warning in SPM as support for 10 is deprecated. Bump it to...