ios - Does adding a web page to the home screen of iPad use UIWebView or WKWebView -
forgive me seemingly basic question, have searched few days , cannot find official documentation stating happens when web page launched home page link on ipad.
javascript performance tests on ios 8.3 (ex: http://www.mobilexweb.com/samples/nitro.html) show no noticeable difference in either safari or in pinned app. (~900 ms vs 3200 ms on chrome)
:: means pinned app using wkwebview, correct?
however, there bug in ios 9 (https://github.com/angular/angular.js/issues/12241) breaking our angularjs application, , bug manifests in uiwebview. can recreate bug when web page pinned not within safari.
:: means pinned app using uiwebview, correct?
or uiwebview using nitro rendering engine explains both cases?
thanks on finding official documentation! thad
Comments
Post a Comment