发布于 2014-09-25 00:30:34 | 290 次阅读 | 评论: 0 | 来源: 网友投递
Apache Cordova
Cordova提供了一组设备相关的API,通过这组API,移动应用能够以JavaScript访问原生的设备功能,如摄像头、麦克风等。
Apache Cordova 3.6 beta 发布,此版本现已提供下载,包括 bug 修复和一些功能增强。
值得关注的改进如下: * Android and Amazon FireOS platforms include a new whitelist for controlling the launch of external applications via intents. Also support for gradle was added. * CB-6761 Android: Fix native->JS bridge ceasing to fire when page changes and online is set to false and the JS loads quickly * Windows8 platform is now called Windows to indicate the support for windows universal apps. The windows8/windows platform now supports building apps targeting Windows 8.1 and Windows Phone 8.1 in addition to Windows 8 which was originally supported (see documentation for new –win and –phone Command Line switches). * For targeting Windows Phone 8.0, the wp8 is still supported. * Support for Windows Universal Apps is being added.
Apache Cordova是PhoneGap贡献给Apache后的开源项目,是从PhoneGap中抽出的核心代码,是驱动PhoneGap的核心引擎。你可以把他想象成类似于Webkit和Google Chrome的关系。
平台支持情况一览表: