WKWebView
JavaScript basics for iOS developers
What you need to know to manipulate content in WKWebView, how to make Swift & JavaScript talk to each other, how to call JavaScript functions and more.
Swift & iOS4 posts
WKWebView
What you need to know to manipulate content in WKWebView, how to make Swift & JavaScript talk to each other, how to call JavaScript functions and more.
Swift & iOSWKWebView
JavaScript sandboxing. Support for JavaScript promises, find on page, zoom and more!
Swift & iOSWKWebView
This is another short post about using `WKWebView`. Yet another useful use case can be to run `WKWebView` in the background, meaning user does not see it on the screen.
Swift & iOSWKWebView
Short post explaining why by default target _blank links don't do anything and how to fix it with example code.
Swift & iOS