cordova.apache.org

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Mobile apps with HTML, CSS & JS for Android & iOS.

Cordova CLI 13.0.0 Released!

25 November 2025 @ 12:00 am

We are happy to announce that [email protected] has been released! This is the latest version of the Cordova command-line interface (CLI) used for creating and building Cordova apps. [email protected] on npm To upgrade a global installation: npm uninstall -g cordova npm install -g cordova@latest Note: If you are installing Cordova locally in a project (not globally), simply omit the -g flag. Release Highlights The most notable changes in this major release include: Updated npm dependencies. Increased Node.js engine requirement to >=20.17.0 || >=22.9.0. Removed telemetry

Cordova iOS 8.0.0 is now available!

23 November 2025 @ 12:00 am

After nearly 2 years of work, we are excited to finally announce that we have released Cordova iOS 8.0.0! This is Cordova's platform supporting the development of applications for iOS & iPadOS; now with better support for the latest platform features. [email protected] To upgrade: cordova platform remove ios cordova platform add [email protected] This is a major version release which includes some breaking changes! We have tried hard to make the update process as smooth as possible for both application and plugin developers, while improving the experience for developers embedding Cordova iOS as a library. For plugin authors, we've written a guide about

Cordova Lib 13.0.0 Released!

5 November 2025 @ 12:00 am

We are happy to announce that [email protected] has been released. This is the main library behind the Cordova CLI, handling project and build operations. [email protected] Release Highlights The most notable changes in this major release are: Updated the library's npm dependencies. Increased the Node.js engine requirement to >=20.17.0 || >=22.9.0. Dropped support for the cordova serve command. Dropped support for the create plugin command. Added support for listing available emulators with the cordova emulate <platform> --list command. Please report any issues you find by following the How to File a Bug guide! Changes include:

Cordova Create 6.0.0 Released!

22 October 2025 @ 12:00 am

We are happy to announce that [email protected] has been released. This is the library used behind-the-scenes of the Cordova tooling for creating a Cordova project. Release Highlights The most notable changes in this major release were: Updated the library's npm dependencies. Increased in the Node.js engine requirement to >=20.17.0 || >=22.9.0. Changes include: Breaking Changes: GH-99 chore!: upgrade @cordova/[email protected] GH-98 chore!: bump package dependencies [email protected] [email protected] cordova-fetch5.0.0 [email protected] re

Cordova App Hello World 7.0.0 Released!

29 August 2025 @ 12:00 am

We are happy to announce that [email protected] has been released. This is the default app template used when creating a new Cordova App project though Cordova CLI. Release Highlights The most notable changes in this release were: Setting the body element's box-sizing to border-box to avoid the safe-area-inset padding that caused scrolling issues Disabled the overscroll behavior of the root element to remove rubber-banding effects. Used modern, unprefixed CSS directives. Updated default template's package ID to org.apache.cordova.hellocordova. Changes include: Fixes: GH-98 fix(css): Fix extra padding causing scrolling Chores:

Cordova Fetch 5.0.0 Released!

29 August 2025 @ 12:00 am

We are happy to announce that [email protected] has been released. This is the library used behind-the-scenes of the Cordova tooling for fetching of Cordova platforms and plugins. Release Highlights The most notable changes in this major release were: Updated the library's npm dependencies. Increased in the Node.js engine requirement to >=20.9.0. Changes include: Breaking Changes: GH-131 chore(npm)!: bump [email protected] GH-125 chore!: bump node requirement & npm dependencies Chores: GH-136 chore(README): update badges

Cordova Common 6.0.0 Released!

9 August 2025 @ 12:00 am

We are happy to announce that [email protected] has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing. Release Highlights The most notable changes in this major release were: Removal of superspawn, which also dropped the npm dependencies q and cross-spawn. Update to the <resource-file> directive to allow directories and their contents to be copied. Update to the <config-file> and <edit-config> directives to support finding unprefixed Info.plist files. Increase in the Node.js engine requirement to >=20.9.0. Changes include: Breaking Changes:

Cordova Android 14.0.1 Released!

30 April 2025 @ 12:00 am

We are happy to announce that we have just released Cordova Android 14.0.1! This is one of Cordova's supported platforms for building Android applications. [email protected] To upgrade: cordova platform remove android cordova platform add [email protected] To install: cordova platform add [email protected] Release Highlights Fixes Fetching Gradle Path for Windows Resolved an issue in Windows environments where projects containing spaces in their paths could not be built due to changes in how the Gradle path was fetched.

Cordova Android 14.0.0 Released!

26 March 2025 @ 12:00 am

We are happy to announce that we have just released Cordova Android 14.0.0! This is one of Cordova's supported platforms for building Android applications. [email protected] To upgrade: cordova platform remove android cordova platform add [email protected] To install: cordova platform add [email protected] Release Highlights BREAKING CHANGES Increased Target SDK This release has increased the target SDK to 35 (Android 15). Project Dependencies The following Gradle de

Media Capture Plugin 6.0.0 Released!

26 February 2025 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-media-capture! [email protected] To upgrade: cordova plugin remove cordova-plugin-media-capture cordova plugin add [email protected] Release Highlights This major release primarily focused on ensuring that the plugin complies with Android's new strict permission requirements. Specifically, it removes unnecessary permissions such as: android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE android.permission.RECORD_AUDIO Additiona