zoukankan      html  css  js  c++  java
  • VS2015 + Cordova Html5开发使用Crosswalk Web引擎

    CrossWalk引擎的好处是统一不同android设备的Html5的差异性,据说速度很快。

    Vs2015中使用非常简单,作为一个Apache Cordova的插件安装即可:

    Installing the Crosswalk Plugin from VS

    To use the Crosswalk WebView plugin from Visual Studio, follow these steps:

    1. Double click on config.xml in your project.

    2. Click on the Plugins tab.

    3. Select Crosswalk WebView and click Add.

      Add Crosswalk Plugin

    安装后,生成的Apk会变大哦,因为嵌入了Crosswalk WebView Engine的原因。看了下,增加了20多M!

  • 相关阅读:
    ceph部署与问题
    openstack常见问题汇总
    css
    html
    zookeeper
    ZAB协议
    快速排序
    Servlet梳理
    tomcat性能优化梳理
    tomcat梳理
  • 原文地址:https://www.cnblogs.com/slmk/p/5291327.html
Copyright © 2011-2022 走看看