使用Firefox作为渲染引擎为Android的WebView引擎、Firefox、WebView、Android

由网友(眼泪融掉细沙)分享简介:任何人有一种感觉,这将是多么费力地更换与Firefox的WebKit引擎在Android中的web视图渲染?我很不满,对一些功能的WebKit引擎。Anybody has a feeling how much effort it would be to replace the webkit engine with f...

任何人有一种感觉,这将是多么费力地更换与Firefox的WebKit引擎在Android中的web视图渲染?我很不满,对一些功能的WebKit引擎。

Anybody has a feeling how much effort it would be to replace the webkit engine with firefox in Android for webview rendering? I am quite unhappy with the webkit engine on some features.

推荐答案

不平凡的困难。根据你有多少一致性需要新的WebView实现和现有的实现之间,你可以有很多工作要做。目前在Android上现有的Firefox浏览器,你可以与启动(这将有望节约你大量的时间),但你最起码需要检查Firefox的库并且可触及,你可能需要捆绑它们与您的应用程序,以让他们的工作(这将大量增加应用程序的大小),然后挂接所有的WebView的API将涉及大量的工作。

Non-trivially difficult. Depending on how much consistency you need between your new WebView implementation and the existing implementation you could have a lot of work to do. There is an existing Firefox browser on Android so you could start with that (which would hopefully save you a lot of time) but at the very least you would need to check that the Firefox libraries exist and are accessible, you would probably need to bundle them with your app to get them to work (which would massively increase the size of your app) and then hooking up all the WebView apis would involve a lot of work.

阅读全文

相关推荐

最新文章