Do all browsers on iOS use WKWebview or UIWebVIew?

喜夏-厌秋 提交于 2019-12-07 04:46:45

问题


I am curious about third part browser on iOS(Chrome or FireFox)

Does all of them use the WkWebview or UIWebVIew to show then web page, but do many extra work like cache etc?

So, if I want to write a browser on iOS, I must use WkWebview to show the web page and wrapping it to do more stuff?


回答1:


Yes, Apple forbids other web engines explicitly (or only allows the WebKit respectively) in § 2.5.6 of App Store Review Guidelines:

2.5.6 Apps that browse the web must use the appropriate WebKit framework and WebKit Javascript.



来源:https://stackoverflow.com/questions/48382150/do-all-browsers-on-ios-use-wkwebview-or-uiwebview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!