基于Apache科尔多瓦更改默认的WebKit - 机器人科尔、机器人、多瓦、Apache

由网友(国际难民)分享简介:在我的球队,我们正在开发它是怎么回事平板电脑播放的应用程序,该项目已基本开发和谷歌浏览器测试。In my team we are developing an application which is going to be played on tablets, the project has been largely...

在我的球队,我们正在开发它是怎么回事平板电脑播放的应用程序,该项目已基本开发和谷歌浏览器测试。

In my team we are developing an application which is going to be played on tablets, the project has been largely developed and tested on Google Chrome.

在这个时候,我们要插入这个Web应用程序在Apache科尔多瓦,以显示它在Android本机应用程序(以及后来的iOS),但应用程序没有表现不错的平板电脑,这是因为WebKit的版本,而变化的每个Android版本,并在浏览器不能正常工作。

At this time we are inserting this webapp on Apache Cordova in order to display it as a native application on Android (and later on iOS), but the app doesn't displays well on the tablet, this because of the WebKit version, which varies on every Android version and does not work as in Chrome.

现在的问题是...有什么办法来改变其运作与Apache科尔多瓦WebKit的版本? (或任何其它网络渲染引擎)

The question is... There is any way to change the webkit version which operates with Apache Cordova? (or any other web rendering engine)

推荐答案

有没有办法在这个当前时间用来改变的Apache科尔多瓦WebKit的版本 - 这是因为科尔多瓦采用了原生Android的WebView组件,它是基于旧的Webkit版本。原生的Andr​​oid的WebView正在迅速成为移动世界的IE 6,如果没有的话。

There is no way at this current time to change the Webkit version used by Apache Cordova - this is because Cordova uses the native Android WebView component, which is based on an old Webkit version. The native Android WebView is quickly becoming the IE 6 of the mobile world, if it isn't already.

修改的whooo! Android 4.4系统的发布,默认的WebView现在将建立在铬之上!这意味着,科尔多瓦的应用程序在Android 4.4上运行应该运行得更快(新的JS引擎),并支持更多的功能(HTML5的东西。)还有很多混乱围绕这一新的WebView这意味着什么。最好的文章中,我已经阅读到目前为止是在这里:http://www.mobilexweb.com/blog/android-4-4-kitkat-browser-chrome-webview

EDIT WHOOO! Android 4.4 announced that the default WebView will now be built on top of Chromium! This means that Cordova apps running on Android 4.4 should run much faster (new JS engine) and support more features (HTML5 things.) There is still a lot of confusion around this new WebView and what it means. The best article I have read so far is here: http://www.mobilexweb.com/blog/android-4-4-kitkat-browser-chrome-webview

很多人已经意识到,这正成为一个大问题,科尔多瓦的应用程序。已经有一些试点工作,建立使用铬源版本的WebView的(?因而Webkit内核的更新版本(闪烁)),你可以在这里查看code:的

阅读全文

相关推荐

最新文章