layout: post author:
name: Joe Bowser
url: https://twitter.com/infil00p
title: "Cordova Android 6.0.0 Released!" categories: announcements
We are happy to announce a major release forCordova Android 6.0.0
has been released!
Run the following command in your project to save your currently installed plugins into config.xml
:
cordova plugin save
To upgrade:
npm install -g cordova
cd my_project
cordova platform update android@6.0.0
To add it explicitly:
cordova platform add android@6.0.0
This release adds significant functionality, and also introduces a number of breaking changes. Some of the changes to the code base will be of particular interest to third party webview plugin developers.
EVAL_BRIDGE
, which tells the WebView to execute JS directly. This is more stable than the ONLINE_EVENT
bridgeAndroid Nougat (API 24)
Ice Cream Sandwich Support
has been deprecated. Minimum Supported Android Version is Jellybean (API 16/ Android 4.1)
Changes For Third-Party WebView
Developers:
executeJavascript
method added and is an abstract method that must be implementedEVAL_BRIDGE
must be added to the WebView