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

Tecno Spark Go 2 brings updated design and affordable pricing

24 June 2025 @ 12:00 pm

Tecno’s latest entry-level device is here with the Spark Go 2. As its name implies, this is the successor to last year’s Spark Go 1 and most of the key specs are identical between the two. Tecno Spark Go 2 in Ink Black and Titanium Grey Spark Go 2 does get an improved IP64 rating compared to IP54 on the Go 1, and Tecno is bringing some new AI features, including the Ella AI assistant, which supports Indian regional languages. Spark Go 2 features a 6.67-inch IPS LCD with HD+ resolution and a 120Hz refresh rate. There’s an 8MP front-facing camera and a single 13MP rear module...

Poco F7 price leaks ahead of today's announcement

24 June 2025 @ 11:10 am

The Poco F7 is almost here – the big announcement is scheduled for later today. That said, Poco took a slightly weird approach with this launch and it sent us review units to unbox early – here is the Silver version and the Black version. Poco F7 in Silver and Black • Poco F7, F7 Pro and F7 Ultra Xiaomi has also officially confirmed the chipset inside the F7, the Snapdragon 8s Gen 4. Note that there will be two versions – one for India with a 7,550mAh battery and a global model with a 6,500mAh battery (both with 90W charging). One of the key details still to be confirmed...

Xiaomi Mix Flip 2 teasers reveal design and key specs

24 June 2025 @ 10:35 am

We already know that Xiaomi is set to launch its Mix Flip 2 on Thursday, June 26 and the teasers keep coming. The latest ones reveal the phone’s design and its key specs. Mix Flip 2 will feature a familiar design that looks in line with last year’s Mix Flip, but Xiaomi will offer new color options including green, purple and a beige option with a checkered design. Mix Flip 2 is also getting a new hinge structure, which is more durable, and a frosted metal midframe. The device will be 7.57mm thin in its folded state and weigh 199 grams. Xiaomi Mix Flip 2 design Mix Flip...

vivo T4 Lite arrives with Dimensity 6300 SoC and 6,000 mAh battery

24 June 2025 @ 10:00 am

As promised, vivo has unveiled the T4 Lite as the latest member of the T4 series, which includes the T4, T4x, and T4 Ultra. [#InlinePriceWidget,13781,1#] The vivo T4 Lite has the Dimensity 6300 SoC under the hood, paired with up to 8GB of RAM and 256GB storage, which is expandable up to 2TB via a microSD card. The smartphone boots Android 15-based Funtouch OS 15, and vivo has promised two years of OS upgrades and three years of security updates for the smartphone. The vivo T4 Lite packs a 6.74" 90Hz HD+ LCD with a 1,000 nits peak brightness, and fueling the handset is a 6,000 mAh...

Samsung announces the date of Galaxy Unpacked event for its new foldables

24 June 2025 @ 5:00 am

Last week, leakster Evan Blass said that Samsung would host its Galaxy Unpacked event for the unveiling of new foldables on July 9. Well, Blass' claim has turned out to be true, as Samsung has confirmed the July 9 date for the Galaxy Unpacked event. The event will be hosted in Brooklyn, New York, and will begin at 10AM ET. It will also be streamed live on Samsung's official website and YouTube channel. The Korean brand hasn't revealed how many devices it will unveil at Unpacked and simply stated that the "next-generation Galaxy devices are being reimagined around a new AI-powered...

Samsung Galaxy Z Fold7 and Z Flip7 prices leak ahead of launch

23 June 2025 @ 4:15 pm

The Samsung Galaxy Z Fold7 and the Z Flip7 are reportedly just around the corner, so retailers are getting ready for the market release and putting up some preliminary listings. However, in order to prevent leaks, Samsung has started using codenames for its devices. Listings from an Italian retailer Unfortunately for Samsung, that didn't prevent NieuweMobiel from identifying the Galaxy Z Fold7 and the Z Flip7 on an Italian website, showing the prices for the 256 and 512GB versions of the Z Fold7 and the 512GB Z Flip7 configuration. According to the listings, the Galaxy Z...

Nothing Headphone (1) now leaks on video too

23 June 2025 @ 3:15 pm

Nothing will release its first-ever over-ear headphones alongside the upcoming Nothing Phone (3) – that’s happening on July 1 (Tuesday). The company has created a suitably kooky design, which leaked a few days ago. Now, an even bigger leak has hit the web. This video is based on unconfirmed info, but offers potential answers to some burning questions. For example, what’s with that weird square shape? The additional internal volume could help the drivers “breathe” better – this would improve sound quality and ANC. Speaking of sound quality, Nothing struck up a partnership with KEF...

Check out these detailed renders of the Galaxy Watch8 series

23 June 2025 @ 2:30 pm

We can now be almost entirely sure what the Galaxy Watch8 series will look like, thanks to this latest batch of press renders, courtesy of Evan Blass. The renders show the Galaxy Watch8 in Black, the Galaxy Watch8 Classic in White, and the Galaxy Watch8 Ultra 2 in Blue. The big thing this year is the move to a squickle design across the series - you may love it, some might loathe it, but it's here to stay. The vanilla Galaxy Watch8 has a flush glass top (most certainly sapphire), two separate buttons on the right and a loudspeaker on the left. The new-look Galaxy Watch8 Classic...

Galaxy Z Flip7 and Flip7 FE leak again, new renders offer best look yet

23 June 2025 @ 1:43 pm

The Samsung Galaxy Z Flip7 and Flip7 FE are expected to launch alongside the Galaxy Z Fold7 at Samsung Unpacked on July 9 and Evan Blass shared a new set of renders for the two flip foldables, giving us our best look yet. Galaxy Z Flip7 is shown in Jet Black, Blue Shadow and Coral Red, which are expected to be the three official color options. Samsung is also likely to launch exclusive color options through Samsung.com, but we don’t get any info on those for now. Galaxy Z Flip7 in Jet Black, Blue Shadow and Coral Red (credit: Evan Blass) The big design change with the Z Flip7...

Honor 400 review

23 June 2025 @ 1:16 pm

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