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 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

Cordova Common 5.0.1 Released!

2 February 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 patch release were updates to the dependencies used by this tool. Some dependencies were replaced with Node internals, reducing the overall dependency requirements. Changes include: Chores: GH-222 chore: bump npm dependencies to current minor revisions GH-217 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 GH-214 chore(deps): bump micromatch from 4.0.5 to 4.0.8

Cordova 2024 recap and plans for 2025 - Meetup recording

31 January 2025 @ 12:00 am

We kicked off 2025 with a very successful virtual meetup! Thank you to everyone who attended, and a huge thanks to Bryan Ellis (@erisu) for preparing and hosting the meeting. We had over 100 registrations and more than 60 attendees. The recording is available on YouTube, and you can find the slides here. Bryan provided a recap of 2024, summarizing Cordova releases and milestones, and shared some plans for the current year. As always, we can't provide exact timelines since our work is entirely volunteer-driven. However, if you’d like to help us achieve our goals, you can start contributing at any time! We also have plans for additional meetups to make contributing even more accessible. Stay tuned for more details!

ionicframework.com

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

A HTML5 & Cordova mobile framework.

Swift Package Manager and Capacitor

9 October 2025 @ 2:00 pm

As an iOS developer, I’ve always found Dependency management for iOS to be a chore. For the first four years of the iPhone platform, we didn’t have any options at all. That changed in September of 2011 with the creation and release of Cocoapods by Elon Durán. Written in Ruby, Cocoapods made it possible to properly […] The post Swift Package Manager and Capacitor appeared first on Ionic Blog.

Announcing Ionic 8.7

31 July 2025 @ 9:22 pm

Ionic Framework 8.7 is here! This release delivers powerful new features that enhance developer productivity and user experience. From new CSS utility classes that streamline layout development to new Reorder events that provide fine-grained control, plus the latest Ionicons v8 update and Angular modal injection improvements, 8.7 brings the tools you need to create exceptional […] The post Announcing Ionic 8.7 appeared first on Ionic Blog.

The Quest for SSR with Web Components: A Stencil Developer’s Journey

25 June 2025 @ 4:54 am

Picture this: You’ve built a beautiful design system using Web Components. Your components are framework-agnostic, encapsulated, and performant. Life is good… until someone asks, “But does it work with SSR?” Record scratch. Freeze frame. That’s where our story begins. The Promise Land: SSR and Web Components Before we dive into the trenches, let’s set the […] The post The Quest for SSR with Web Components: A Stencil Developer’s Journey appeared first on Ionic Blog.

Announcing Ionic 8.6

4 June 2025 @ 6:26 pm

We’re thrilled to share the latest release of Ionic Framework, packed with exciting new features and improvements. This release brings a new Input OTP component, a new Datetime property to show days from the previous and next months, and a fresh update to Stencil. Let’s take a closer look at what’s new in 8.6 👇 […] The post Announcing Ionic 8.6 appeared first on Ionic Blog.

Cross-platform AR/VR With the Web: WebXR with A-Frame, Angular, and Capacitor (Part II)

12 May 2025 @ 9:14 pm

This is the second blog post in a multipart series. While it’s not necessary to read the first part it will definitely add some much needed context: Cross-platform AR/VR With the Web: WebXR with A-Frame, Angular, and Capacitor (Part I) Last year I covered a topic about incorporating WebXR into your Capacitor projects to create […] The post Cross-platform AR/VR With the Web: WebXR with A-Frame, Angular, and Capacitor (Part II) appeared first on Ionic Blog.

How Capacitor Works

17 April 2025 @ 4:29 pm

This blog post was originally written and published by Max Lynch on August 13th, 2020. This post has been edited as well as updated for content and links. Capacitor is a cross-platform native runtime for Web Native apps. Essentially, Capacitor takes modern web apps, and then packages them up to run on iOS, Android, and […] The post How Capacitor Works appeared first on Ionic Blog.

Stencil Reframed: Community-Driven Governance Takes Center Stage

8 April 2025 @ 9:28 pm

Stencil has become an essential tool for companies of all sizes who are building sustainable design systems. These design systems enable teams to deliver exceptional user experiences across multiple platforms, whether they’re building applications with React, Angular, or Vue. Today, I’d like to share some important updates about Stencil’s governance structure and future. A Brief […] The post Stencil Reframed: Community-Driven Governance Takes Center Stage appeared first on Ionic Blog.

Announcing Ionic 8.5

14 March 2025 @ 9:19 pm

We are excited to announce the release of Ionic 8.5, bringing valuable updates to form controls, modals, and framework customization. This release enhances components like Checkbox, Select, and Toggle with new validation features, improves Sheet Modals with better scrolling behavior, and adds more control over styling and error logging. With React 19 support and key […] The post Announcing Ionic 8.5 appeared first on Ionic Blog.

Unifying Plugins across Ionic and OutSystems

19 February 2025 @ 4:57 pm

One of the more exciting aspects of Ionic joining OutSystems was comparing our portfolios of supported plugins. Does Ionic provide functionality OutSystems is missing? Does OutSystems have plugins without a Capacitor equivalent? How do we bring the best of both worlds to OutSystems’ low-code and Ionic’s open-source communities? Some decisions were easy. For instance, Ionic […] The post Unifying Plugins across Ionic and OutSystems appeared first on Ionic Blog.

Coming soon! New updates & features for Ionic’s Open Source projects

18 February 2025 @ 6:31 pm

Hey everybody, it’s Matt from the Ionic team! 👋 I know it’s been a while and I am excited to be reaching out and tell you about some of the exciting open source features we’ve been working on behind the scenes. Me and the leaders of the open source teams will be posting a lot […] The post Coming soon! New updates & features for Ionic’s Open Source projects appeared first on Ionic Blog.

gsmarena.com

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

Resource for GSM mobile handset news and information

iPhone 18 Pro to have an intriguing new rear design, smaller screen hole punch too

7 November 2025 @ 4:07 pm

Apple's upcoming iPhone 18 Pro and Pro Max are now once again rumored to come with a smaller hole-punch for the front-facing camera and an under-display Face ID sensor array. Additionally, the screen shape will change, which probably just means Apple will tweak its corners' curvature in some way. The main camera for the iPhone 18 Pro and Pro Max will have variable aperture, while the design of the camera island will remain unchanged. iPhone 17 Pro The biggest news, however, if this report pans out of course, is that the lower part of the iPhone 18 Pro and Pro Max's back will...

Realme shows the full range of GT 8 Pro replacement camera bumps in latest teaser

7 November 2025 @ 2:41 pm

The Realme GT 8 Pro will expand to new markets in a couple of weeks – the international launch is set for November 20. One of the trademark design features for this flagship is the swappable camera bumps – the company is offering a wide variety and is publishing the necessary design details for people to 3D print their own custom bumps. In the build-up to the international launch, Realme posted this teaser, which shows off the various first-party bump designs. There are three main shapes – two rectangles (one with rounded corners and one with cropped corners) and one circle. Most...

Xiaomi is now testing HyperOS 3 based on Android 15 for these devices

7 November 2025 @ 1:23 pm

Earlier this year, Xiaomi announced its Android 16-based HyperOS 3, which has been rolling out to devices over the past months. Some older Xiaomi phones that won’t get the Android 16 update are still in line for HyperOS 3 and Xiaomi is now internally testing 12 devices. Based on Mi Community testing logs, devices like the Xiaomi 13 Lite, Redmi Note 13 5G, Poco X6 Neo and Poco F5 Pro are already part of the internal testing procedure. These four models are reportedly being tested with both Chinese and Global ROM, while the remaining eight devices in the list below are currently tested...

Apple iPhone 17 Pro vs. iPhone 16 Pro

7 November 2025 @ 12:18 pm

We've gotten used to minor iterative changes with recent iPhone generations, but this year's lineup is looking like a bit more of a significant upgrade - the 17 Pro brings an all-new build and two new cameras, plus the mandatory next-gen chipset. The 2024 Pro models may have been discontinued on Apple's official store, but you can still easily find them at retailers and carriers alike, and you might be wondering whether to save a little by getting last year's 16 Pro, or the 17 Pro is the way to go. Or you may be looking to upgrade from your year-old 16 Pro and you need some convincing as...

Ultrahuman expands Blood Vision across India, introduces Vision Cloud for personalized health insights

7 November 2025 @ 12:13 pm

Ultrahuman today announced that it is expanding its Blood Vision service to over 60 cities and 2,000+ PIN codes across India. The expansion aims to provide millions of users with affordable access to the company’s premium preventive health services. The company has also launched Vision Cloud, which is claimed to be the world’s first free universal health interpreter, and allows users to upload past blood test results and receive personalized insights within the Ultrahuman app. Through a partnership with Tata 1mg, Ultrahuman Blood Vision will offer at-home sample collection by...

Oppo Find X9 and Find X9 Pro India launch date revealed

7 November 2025 @ 9:51 am

Back in October, Oppo confirmed that its Find X9 series would launch in India in November. The company has now announced the exact date when the phones will go on sale in the country. The Oppo Find X9 and Find X9 Pro will launch in India on November 18 at 12PM IST. Notably, the phones made their global debut on October 28. They were originally unveiled in China on October 16. In India, the Find X9 will be sold in Titanium Gray and Space Black colors, whereas the Find X9 Pro will be available in Titanium Charcoal and Silk White options. Both smartphones are powered by the MediaTek...

GTA VI delayed yet again

7 November 2025 @ 8:52 am

We’ve got some bad news if you were still expecting GTA VI to drop on time. Rockstar Games has now revealed that the game is being delayed and is now set to launch on November 19, 2026. This is the second delay for the highly anticipated GTA V sequel which was originally planned to launch in 2025 but was later postponed to May 26, 2026. In an official press release message, Rockstar claims that the new launch date would allow the game to be finished “with the level of polish you have come to expect and deserve”. The developer also issued an apology to fans. We want to thank you...

Oppo Reno15 series officially teased, to debut on November 10

7 November 2025 @ 7:54 am

Oppo has officially confirmed the existence of the Reno15 series. The company also revealed that the lineup will debut in China next week. In a post on Weibo, the Chinese manufacturer teased the Reno15 series launch in a video. The phones will debut in China on November 10. While Oppo did not show the phone in the teaser, leakster Digital Chat Station has shared the rear camera module design of the upcoming Reno15. As per the leakster, the Reno15 series will use a cold carving process for the rear camera module and offer a 200MP primary sensor. The phones will also be able to...

Here's when the Realme C85 5G, the Redmi 15C, and the Redmi Note 15 series are launching in India

7 November 2025 @ 1:11 am

Realme first launched the C85 5G in Vietnam a few days ago, and now a new rumor claims it will also make its way to India before the end of this month. This phone is identical to the Realme 15x, which landed in India last month, save for the lower-res selfie camera (8MP vs. 50MP) and slower charging (45W vs. 60W). Realme C85 5G So clearly it should be a tiny bit cheaper than the 15x. The same source also claims the Redmi 15C is arriving in India at the end of this month, or in early December. It's unclear which model - there's a 4G version and a 5G one too. Maybe both? We'll have to...

Xiaomi 17 Ultra's charging capacity confirmed by certification

6 November 2025 @ 11:11 pm

Xiaomi has already launched the 17, the 17 Pro, and the 17 Pro Max in China, but of course there's another member of the family that's due to arrive at some point in the future - the 17 Ultra. This has now been seemingly certified in China by 3C, in two versions: model number 2512BPNDAC without satellite connectivity, and model number 25128PNA1C with satellite connectivity. Both of them support 100W wired charging, which is a 10W improvement over the Xiaomi 15 Ultra which came out in February. The satellite connectivity support was rumored last month, and so now it's confirmed in a...

htcdev.com

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

HTC dev for rooting and upgrading your HTC mobile

android.com

VN:F [1.9.22_1171]
Rating: 6.0/10 (4 votes cast)

The source of android – operating system for mobiles