Is there an alternative to webview?

前端 未结 3 1625
一个人的身影
一个人的身影 2020-12-08 14:36

I have an app which makes pretty heavy use of webview. My requirements are to be able to look at the html and to inject javascript into pages being loaded, even iframes. I\'

3条回答
  •  自闭症患者
    2020-12-08 15:08

    In android 4.4, a new webview is introduced based off of chromium. However if you are developing for previous versions of android as well you can check out this library that is also based off of chromium https://github.com/mogoweb/chromium_webview with chromium, your webview will support HTML5, CSS3 and javascript

提交回复
热议问题