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.

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.

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.

gsmarena.com

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

Resource for GSM mobile handset news and information

Infinix Hot 60 5G+ is launching next week with 'One Tap AI Button'

5 July 2025 @ 12:31 pm

Infinix recently unveiled the Hot 60i with the Helio G81 Ultimate chip at the helm, and now it has announced that it will soon launch the Hot 60 5G+ featuring a "One Tap AI Button." The image shared by Infinix with us shows that the One Tap AI Button will be located on the right side of the Hot 60 5G+ below the volume rocker and power button. Infinix says it's a "smart and seamless shortcut that redefines user interaction" with the device and is designed for professionals, gamers, students, and regular users alike. The One Tap AI Button supports single press, double press, and long...

iQOO 13 gets a new color in India

5 July 2025 @ 9:31 am

The iQOO 13 was launched in India in Legend and Nardo Grey colorways, which are now joined by a third color - Ace Green. iQOO says the Ace Green colorway "draws inspiration from themes of composure, precision, and performance under pressure" and is "designed to reflect the mindset of high-performing individuals who lead by example." The Ace Green iQOO 13 comes in 12GB/256GB and 16GB/512GB configurations, priced at INR54,999 ($645/€545) and INR59,999 ($700/€595), respectively. That's the same price as the Legend and Nardo Grey models. It will go on sale in India starting July 12 through...

OnePlus 15s/15T details leak

5 July 2025 @ 6:15 am

The OnePlus 13T and OnePlus 13s are very similar devices that represent the brand's latest entry into the 'smaller-screen high-end device' space, and they've only been out for a few weeks at this point. And yet, there's already a rumor about the upcoming OnePlus 15T and 15s (the brand is likely to skip the number 14 due to prevailing tetraphobia in some parts of Asia). According to this rumor, the next generation will have the same screen size. OnePlus 13s However, they will both come with one more camera on the rear, going from two to three, and while the source of this rumor...

Fairphone 6 aces repairability test

5 July 2025 @ 3:09 am

The Fairphone 6 launched last month with an expanded modular design, a better chipset, and a larger battery compared to its predecessor. This is still no flagship Android smartphone, but its key selling point isn't performance or battery life, it's repairability. Thus, you might be interested to find out what the folks over at iFixit have to say about it - after all, they've been championing people's right to self-repair their devices for years, and Fairphone itself is also all about giving people that option. It's all good news for the Fairphone 6, as iFixit has found it to be the most...

Google Pixel Watch 4 colors and sizes leak

5 July 2025 @ 1:16 am

Google is rumored to be unveiling the Pixel 10 family alongside the Pixel Watch 4 on August 20, and today a new leak purportedly brings us the sizes and colors for the company's next smartwatch. The Pixel Watch 4 is said to come in 41mm and 45mm sizes, both with and without 4G LTE connectivity. The colorways will be called Obsidian, Lemon, Moonstone, Iris, and Porcelain. Obsidian should be black, Porcelain white, Iris purple, while we assume Lemon will be yellow-ish. Google will also offer a two-tone leather band in Jade, an Active Band in Iris, Lemongrass, and Moonstone, an Active...

Samsung Galaxy Z Flip7 and Flip7 FE battery ratings posted, retailer listing confirms key specs

4 July 2025 @ 11:03 pm

We already came across the upcoming Galaxy Z Fold7’s EPREL label yesterday which confirmed its battery endurance, alongside key info on durability, repairability and ingress protection. We now have the same details for the Galaxy Z Flip7 which unsurprisingly shares identical scores in terms of overall energy efficiency (B), durability (A) and repairability (C) while also boasting an IP48 ingress protection rating. Flip7 does get a higher expected battery life on a single charge – at 42 hours and 4 minutes. Galaxy Z Flip7 EPREL label and detailed listing The detailed listing...

Honor freezes, bakes, and shoots the Magic V5 to prove how durable it is

4 July 2025 @ 9:02 pm

Honor made the Magic V5 official a couple of days ago, and today it's shared a new promo video for the phone, which is definitely different. It shows the Magic V5 withstanding a simulation of very forceful pouring rain, which isn't that unexpected considering its IP59 rating for protection from high-pressure water jets. The phone is then frozen, then subjected to a very high temperature. Then things get weird. Steel balls are being shot at the phone to make a point about its durability, and of course it withstands the impacts without any issue. See for yourself above. The Honor...

Sony stops selling the Xperia 1 VII to fix some issues

4 July 2025 @ 7:31 pm

Sony unveiled the Xperia 1 VII, its latest flagship smartphone, in May, and it's already been available in Japan for a while now. However, today the company has announced that it's temporarily suspending shipments and sales of the device in its home market. This is due to many reports of Xperia 1 VII units turning off by themselves, randomly rebooting, and even not turning on. Obviously, any one of those three is a huge problem individually, but apparently all of them are currently happening in the wild. To those who have an Xperia 1 VII that won't turn on, Sony suggests holding...

Nothing Phone (3) is now up for pre-order

4 July 2025 @ 6:01 pm

Nothing finally fully unveiled the Phone (3) at the beginning of this month, following a weeks-long teaser campaign. The company bills this as its first ever proper flagship smartphone, and while it being on par with the Ultras of the world is highly debatable, it is undoubtedly Nothing's highest-end device to date. Just as expected, today the Nothing Phone (3) has gone up for pre-order. The campaign runs until July 15, when the phone will become available on open sale. You can pre-order one from Amazon using our widget below. [#InlinePriceWidget,13969,1#] If you're in the UK,...

Samsung Galaxy Z Fold7 and Flip7 pre-order and release dates leak

4 July 2025 @ 4:50 pm

Samsung is announcing the much-leaked Galaxy Z Fold7 and Galaxy Z Flip7 at a special Unpacked event on July 9. While we've already known that, the company hasn't yet mentioned when the duo would go up for pre-order, nor what their release date is. Thankfully, a new rumor today brings us exactly that information. So, the two new foldables will become available for pre-order on July 9 right after the event, and they will both be released on July 25. That's quite a long pre-order period, but, if Samsung does the usual, expect there to be a lot of perks for those who do go this route -...

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