I have an incredibly boring summer hobby: looking at the changelog for the WebKit Github repo . Why? Because I spend a chunk of my professional life working with webviews inside mobile apps and I like to get an early peek into what's coming in the next version of
The bad news upfront: you can't do this in an app you're going to submit to the App Store because it involves using a private API. But I thought it was interesting nonetheless. In short: iOS's webview, WKWebView, allows you create a "custom
Did you know that iOS comes with a JavaScript engine bundled into the OS?  JavaScriptCore  (JSC) is the same engine used inside Safari, wrapped in a very interesting API that lets you mix JavaScript and native values together. Most importantly, when it was introduced in iOS 7 it