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

Cordova needs you in 2025! Let's start with a meetup

8 January 2025 @ 12:00 am

The beginning of a new year is always a good opportunity for a project to reflect on the past year and make plans for the one ahead. As we wrapped up 2024, we had an idea that we’re excited to share: hosting another community meetup for Cordova. This meetup will be an excellent chance to recap the recent releases and highlight some upcoming tasks. 2024 saw some promising contributions from new developers, and we’ve noticed growing interest in our project. This makes the meetup the perfect time to onboard new contributors and strengthen our community. Without more committers, it will become increasingly challenging to maintain a steady release cycle and address the needs of our users. By bringing together experienced contributors and newcomers, we aim to foster collaboration and make future releases smoother. The release process is vital but can often feel overwhelming within the ASF framework. To address this, we are exploring ways to simplify it and provide clea

File Plugin 8.1.3 Released!

20 November 2024 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-file! [email protected] To upgrade: cordova plugin remove cordova-plugin-file cordova plugin add [email protected] Release Highlights This patch fixes an issue with FileEntry.toURL() on iOS devices when the app is hosted through schemes. The intent for this API is to produce a URL that can be used in the DOM, like image tags for example. However, iOS devices always produced file:// URIs which is not usable when the webview is configured to use schemes. Starting with 8.1.3, FileEntry.toURL() will produce an app-scheme URI if the iOS webview is configured to use app schemes, or a

Camera Plugin 8.0.0 Released!

2 November 2024 @ 12:00 am

We are happy to announce that we have just released a major update for cordova-plugin-camera! [email protected] To upgrade: cordova plugin remove cordova-plugin-camera cordova plugin add [email protected] Release Highlights This is a major update as it includes some breaking public API mechanisms, for the better! The breaking changes includes: getPicture URI Persistence Optional WRITE_EXTERNAL_STORAGE Additionally the allowEdit feature is now deprecated. See more details.

Cordova Lib 12.0.2 Released!

1 November 2024 @ 12:00 am

We are excited to announce the release of cordova-lib. [email protected] To upgrade: If Cordova CLI is installed globally: npm uninstall -g cordova npm install -g cordova@latest If Cordova CLI is installed locally within your project: npm uninstall cordova npm install cordova@latest Release Highlights In this patch release, we have introduced several fixes. The most notable changes are: Ability to install plugins on a prerelease version of a platform. Consistent plugin

File Plugin 8.1.2 Released!

28 October 2024 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-file! [email protected] To upgrade: cordova plugin remove cordova-plugin-file cordova plugin add [email protected] Release Highlights This patch is a regression fix. See 8.1.1 release blog post for more details. In 8.1.1, the FileEntry.toURL() method broke when used on any file:// that didn't lead to the app's internal assets on Android. This is now corrected. This bug didn't effect iOS devices. Please report any issues you find by following the

ionicframework.com

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

A HTML5 & Cordova mobile framework.

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.

Important Announcement: The Future of Ionic’s Commercial Products

11 February 2025 @ 4:00 pm

When Max Lynch, Ben Sperry, and the earliest team members first started Ionic back in 2012, they had a simple mission: to help web developers deliver great mobile experiences using the skills they already had. There wasn’t a grand plan to build a commercial business, just a shared passion for empowering developers with great tools, […] The post Important Announcement: The Future of Ionic’s Commercial Products appeared first on Ionic Blog.

Capacitor 7 has hit GA!

20 January 2025 @ 9:47 pm

Capacitor 7 is here, and with it, we’re taking another big step forward in our commitment to delivering a seamless, future-proof platform for building mobile apps with web technologies. This latest release is all about ensuring your apps remain compatible with the ever-evolving Android and iOS ecosystems while introducing enhancements that keep the framework as […] The post Capacitor 7 has hit GA! appeared first on Ionic Blog.

Announcing Ionic 8.4

20 November 2024 @ 4:06 pm

We are thrilled to introduce Ionic 8.4, packed with exciting updates to core components like Alert, Select, and Segment, as well as accessibility enhancements and developer experience improvements. This release adds two new components and enhanced functionality to improve usability and deliver a smoother experience across the board. Here’s what’s new 👇 Select Modal Interface […] The post Announcing Ionic 8.4 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

OnePlus Pad Lite's specs and images surface

14 June 2025 @ 9:31 pm

OnePlus recently launched the OnePlus Pad 3 with the Snapdragon 8 Elite at the helm, and a new rumor claims the next tablet by this Chinese brand will be called the OnePlus Pad Lite. The source claims that the OnePlus Pad Lite will be powered by the Helio G100 SoC and boot Android 15 with OxygenOS 15.0.1 on top. The budget tablet will pack an 11" 90Hz FullHD+ LCD and have a 9,340 mAh battery under the hood; however, its charging speed is unknown. OnePlus Pad Lite The OnePlus Pad Lite will have 6GB of RAM and 128GB of storage onboard, but there could be memory configurations...

Poco F7's battery size and charging speed revealed by Flipkart

14 June 2025 @ 7:31 pm

Poco is expected to unveil the Poco F7 this month, and while its launch date is yet to be confirmed by the brand, Indian e-commerce giant Flipkart has revealed some details about the Poco F7's battery. The promo page set up by Flipkart on its website reveals that the Poco F7 will pack a 7,550 mAh battery, making it the smartphone with the largest battery in India, unless another brand launches a phone with a bigger battery before the Poco F7 arrives. Currently, the iQOO Z10 and vivo T4 are smartphones with the largest batteries in India, packing 7,300 mAh cells. Flipkart reveals...

Xiaomi Redmi Note 14 Pro vs. Redmi Note 14 Pro+ (global models)

14 June 2025 @ 5:01 pm

You're shopping for a mid-range phone in the €200–€300 range, and the Redmi Note 14 series clearly offers solid value. The problem? The lineup is packed with confusingly similar models -some even limited to 4G. We can also understand how comparing the Xiaomi Redmi Note 14 Pro 5G (Global) and the Xiaomi Redmi Note 14 Pro+ 5G (Global) may be a tough choice. The price gap is minimal, and their spec sheets are nearly identical. We’re here to help you figure out whether spending an extra €50-€60 for the Plus version is actually worth it - or if the standard Pro meets your needs just...

Deals: Galaxy S24 FE and A56 promo offers discounts, cashback and a free Galaxy Watch7

14 June 2025 @ 2:44 pm

Samsung UK is running a promotion dubbed “Shine Bright” (ends June 24), which offers cashback on multiple Galaxy devices – from phones to the Ring – and even some freebies. Check out details on the promotion here (click View Terms & Conditions to see a PDF with all the cashback amounts). The Samsung Galaxy S24 FE and Galaxy A56 are both £500 – getting either will net you a free Galaxy Watch7 and £100 cashback from Samsung. The A56 has more base storage – unfortunately, the 256GB S24 FE doesn’t get a discount (it still gets £100 cashback, though). ...

vivo Y400 Pro's official teaser corroborates its design

14 June 2025 @ 11:45 am

The vivo Y400 Pro, which we've been hearing about for the past few days, is "coming soon." This revelation comes from vivo's Indian branch, which dropped a short video clip that corroborates previous design leaks by showing the Y400 Pros' rear side. You can see the vivo Y400 Pro in white color with a circular ring and two cameras on the back. vivo didn't divulge anything else about the Y400 Pro, but Amazon.in had listed the smartphone on its website a few days ago, along with its specs and images. For those who don’t just dream—but dare, do, and dominate. 💫 This is for the ones who...

Oppo A5 5G price in India leaks

14 June 2025 @ 8:45 am

The Oppo A5 5G was made official last month for some markets, along with the A5 4G and A5x 4G. The A5 5G is now rumored to be heading to India, where it should land "very soon". The shot you can see below is purportedly showing the Indian model's About screen. When it does arrive, it will be offered in two RAM/storage combos. The base model will come with 6/128GB and will allegedly cost INR 15,499 (approximately $179). There will also be an 8/256GB model, but its pricing hasn't been leaked. The Oppo A5 5G has a 6.67-inch 720x1604 LCD screen with 120 Hz refresh rate and 1,000-nit...

Samsung Galaxy A56 is on its way to the US

14 June 2025 @ 6:15 am

Samsung launched the Galaxy A56 in March globally, but so far the company hasn't started selling it officially in the US (you can find some units over there - use our widget below - but these are not models built for the US, instead they're imported and meant for other regions). [#InlinePriceWidget,13603,1#] That, however, will change at some point in the future. According to a new report, Samsung has started firmware development for the US-bound device, which will bear the model number SM-A566U1. Obviously, the company wouldn't waste resources on that if it didn't plan to eventually...

Redmi K80 Ultra stops by Geekbench, confirms its chipset, memory, and Android version

14 June 2025 @ 4:08 am

A few hours ago, Redmi ramped up its teaser campaign for the upcoming K80 Ultra, which is the brand's flagship smartphone. Now, the device has been spotted in the Geekbench database, where a prototype managed a single-core score of 2,679 and a multi-core score of 8,358. As always with benchmark results of pre-release devices, don't read too much into these numbers. The listing has confirmed the fact that the Redmi K80 Ultra is powered by MediaTek's Dimensity 9400+ SoC, and in the specific unit that ran the benchmark it was paired with 16GB of RAM, which we assume will be the top level,...

Samsung may have inadvertently revealed the date of its Galaxy Z Fold7 and Flip7 launch event

14 June 2025 @ 2:07 am

Samsung is going to unveil the Galaxy Z Fold7, Flip7, Watch8, Watch8 Classic, and maybe even the Galaxy Z Flip7 FE at its next Unpacked event, which has been rumored to be taking place in New York - either in early July, or in mid-July. While the rumors so far haven't agreed, a new hint comes from Samsung itself. The company has set up a series of Samsung Health events for runners and Galaxy wearable users. And, interestingly, they kick off in New York on July 13. The location is the same as what was rumored, the date fits with the most recently rumored timeline - could this be it?...

vivo releases more X Fold5 teaser images and a hands-on video

14 June 2025 @ 12:02 am

vivo is unveiling the X Fold5 in China on June 25, while its global launch may be coming on July 10. Ahead of the full announcement, the company has continued its teaser campaign on Weibo, where it has today released a bunch of new official images of the phone. There's even a hands-on video now doing the rounds in China, here it is embedded for your viewing pleasure. Obviously, it's in Chinese, but you don't need to understand the audio in order to appreciate what you're seeing, we'd wager. Alongside the images and the video, vivo is teasing the fact that the X Fold3 from last year...

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