Live data from Hacker News

Untitled topic

news.ycombinator.com

1–2 of 2 posts

Re: undefined

#2
This approach requires iOS 8 specifically because previously apps using WebView used a different, slower JavaScript engine,

with iOS 8, apps using the embedded web browser control, WKWebView, will gain full access to the powerful Nitro JavaScript engine

https://zoompf.com/blog/2014/06/apples-nitro-javascript-engi...

Looks like Android KitKat did the same with a similar performance boost,

Since Android 4.4 the WebView is backed by Chromium and not by it’s own rendering engine anymore

https://www.timroes.de/2013/11/23/old-webview-vs-chromium-we...