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 Electron 4.0.0 Released!

11 March 2024 @ 12:00 am

We are happy to announce that we have just released Cordova Electron 4.0.0! This is one of Cordova's supported platforms for building Electron applications. [email protected] To upgrade: cordova platform remove electron cordova platform add [email protected] To install: cordova platform add [email protected] Release Highlights Some of the notable breaking changes in this release are: Node.js Requirement: This release requires the environment to have Node.js 18.0.0 or higher. It is recommended to use the current

Cordova Survey 2023 Results

12 January 2024 @ 12:00 am

Thank you very much for taking part in our user & contributor survey. We received 228 submissions. Let's dive straight into the data. This survey got over 200 responses and considering only a fraction of people who actually see the survey will respond, there are probably quite a lot of happy Cordova users and new and long-running app projects out there. We got some good feedback of the most requested improvements and biggest pain points. Usage Obviously almost all respondents work with Cordova and the most used platforms are Android (97.4%), iOS (89%), Browser (21.1%) and Electron (7%). Windows and macOS Catalyst got only a handful of responses in total. Chart platforms Build apps with access to native features not yet present in the web platform The top 3 reasons for picking Cordova are

Announcing the Cordova User & Contributor Survey!

24 November 2023 @ 12:00 am

The Apache Cordova projects wants to understand the users and contributors better. Therefore, we invite you take part in a short survey for app developers and contributors of Cordova plugins. The survey questions are designed to not contain any personal information and can be answered anonymously. Please take note that the survey is using Google Forms to process the responses. The Google privacy policy is applicable for the data processed. Take survey Thank you very much for taking part in this survey. The goal of this survey is to identify areas that can be improved by the Cordova community together. The survey is open from now on to December 24, 2023. The results will be shared on the Cordova blog.

Cordova Plugin InAppBrowser 6.0.0 Released!

23 November 2023 @ 12:00 am

We are happy to announce that we have just released an update to cordova-plugin-inappbrowser! [email protected] Release Highlights This is a new major version with breaking changes which requires at least [email protected] and [email protected]. Make sure to check and update your platforms. The most notable improvements in this major release are: Permission requests for Android Removal of deprecated code and platforms Make WebView inspectable on iOS Make system open tel, sms, mailto and geo links on iOS Please report any issues you find on GitHub! Changes include:

Geolocation Plugin 5.0.0 Released!

21 September 2023 @ 12:00 am

We are happy to announce that we have just released an update for cordova-plugin-geolocation! [email protected] To upgrade: cordova plugin remove cordova-plugin-geolocation cordova plugin add [email protected] Release Highlights Breaking Changes Modern JavaScript The JavaScript of the plugin has been upgraded to use ES6 features, such as let and const. NOTE: This release has failed to upgrade required engines. Despite the declared requirement on cordova-android >= 6.3.0 and no declared requirement on iOS, the new minimum requirements will be: cordova-ios

Camera 7.0.0, Media 7.0.0 & File-Transfer 2.0.0 Released!

12 September 2023 @ 12:00 am

We are happy to announce that we have just released an update for the following plugins! [email protected] [email protected] [email protected] To upgrade: cordova plugin remove cordova-plugin-camera cordova plugin add [email protected] cordova plugin remove cordova-plugin-media cordova plugin add [email protected] cordova plugin remove cordova-plugin-file-transfer cordova plugin add [email protected] Release Highlights cordova-plugin-camera Android 13 Supp

Cordova iOS 7.0.1 Released!

6 September 2023 @ 12:00 am

We are happy to announce that we have just released Cordova iOS 7.0.1! This is one of Cordova's supported platforms for building iOS applications. [email protected] Release Highlights To upgrade: cordova platform remove ios cordova platform add [email protected] To install: cordova platform add [email protected] Fixes: Building on Xcode 11 Cordova-iOS 7 is documented to support Xcode 11 and later. However, due to recent changes to support LimitsNavigationsToAppBoundDomains, builds fail on Xcode 11. To address th

Cordova Android 12.0.1 Released!

28 August 2023 @ 12:00 am

We are happy to announce that we have just released Cordova Android 12.0.1! This is one of Cordova's supported platforms for building Android applications. [email protected] Release Highlights To upgrade: cordova platform remove android cordova platform add [email protected] To install: cordova platform add [email protected] Fixes: Adaptive Icon Fix In Cordova-Android 12.0.0, an issue arose with the introduction of Android 13's Themed Icons support. This issue resulted in adaptive icons not being gene

Media-Capture Plugin 5.0.0 Released!

18 August 2023 @ 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 Breaking Changes Android 13+ Support Beginning from Android 13 (SDK 33), the READ_EXTERNAL_STORAGE permission no longer has any effect. Instead, this permission has been replaced with more granular permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO, and READ_MEDIA_AUDIO. Also the WRITE_EXTERNAL_STORAGE has

File Plugin 8.0.0 Released!

11 July 2023 @ 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 Breaking Changes Removed WRITE_EXTERNAL_STORAGE permission According to the official documentation on Storage updates in Android 11, the WRITE_EXTERNAL_STORAGE permission is no longer operational and does not grant access to write to e

ionicframework.com

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

A HTML5 & Cordova mobile framework.

Augmented Reality With Capacitor: AR Quick Look

14 March 2024 @ 4:36 pm

This blog post will teach you how to add AR Quick Look to your Capacitor application for iOS and the Apple Vision Pro. The post Augmented Reality With Capacitor: AR Quick Look appeared first on Ionic Blog.

Angular 17 and Capacitor Enhancements Now Available in the Ionic VS Code Extension

12 March 2024 @ 4:21 pm

Ionic Visual Studio Code Extension v1.70 is out now! Here are some of the major features added in the past few months for Angular and Capacitor. The post Angular 17 and Capacitor Enhancements Now Available in the Ionic VS Code Extension appeared first on Ionic Blog.

Ship Enterprise Apps Faster with Ionic’s Enterprise SDK

5 March 2024 @ 6:50 pm

Ionic's Enterprise SDK is the industry's trusted solution for delivering enterpise-grade apps to market faster. The post Ship Enterprise Apps Faster with Ionic’s Enterprise SDK appeared first on Ionic Blog.

Announcing the Ionic 8 Beta

28 February 2024 @ 7:37 pm

Today we are thrilled to announce the release of the Ionic 8 beta! This release is the culmination of many months of hard work by the development team and brings improvements to theming, accessibility, and more! Let’s dive in 🚀 Simplified APIs for Importing Themes Ionic 8 now ships both the light and dark themes […] The post Announcing the Ionic 8 Beta appeared first on Ionic Blog.

A note on iOS 17.4 and PWAs

26 February 2024 @ 5:37 pm

In the latest release of iOS 17.4, Apple has chosen to significantly limit home screen web apps (PWAs). Here's what you need to know. The post A note on iOS 17.4 and PWAs appeared first on Ionic Blog.

Capacitor Live Updates SDK is Now Generally Available

22 February 2024 @ 3:27 pm

The Appflow team is excited to announce the GA release of a new, Capacitor-based Live Updates SDK that unlocks significant performance improvements in the Live Updates product suite. The post Capacitor Live Updates SDK is Now Generally Available appeared first on Ionic Blog.

Catching Up With The Latest Features In Angular

20 February 2024 @ 5:11 pm

Angular is having a bit of a renaissance lately. With the move to standalone components, the Angular team has been on a roll shipping new features and improvements to the framework at such speed, it’s hard to believe this is the same Angular we’ve come to know. With all these changes, you might be confused […] The post Catching Up With The Latest Features In Angular appeared first on Ionic Blog.

Enhanced Support for Slots outside of Shadow DOM

12 February 2024 @ 7:06 pm

We’re happy to announce several improvements to the experience of using slots without using the Shadow DOM in Stencil components. The post Enhanced Support for Slots outside of Shadow DOM appeared first on Ionic Blog.

What You’ve Heard About Superapps Probably Isn’t True

9 February 2024 @ 4:33 pm

As we’ve continued to expand and refine our superapp offering, we’ve encountered a few objections that we believe to be no more than myths. So, we’re here to set the record straight on superapps.  The post What You’ve Heard About Superapps Probably Isn’t True appeared first on Ionic Blog.

Top Strategic Tech Trends for 2024

6 February 2024 @ 7:56 pm

While ever-changing technology trends can be confusing, we’re here to help simplify things. We gathered a few of the tech focuses you should expect to see in 2024 and beyond, and we’ll explain how Ionic’s Superapp SDK can help you stay ahead of them. The post Top Strategic Tech Trends for 2024 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 Nord CE4 memory, storage, and charging details are out

19 March 2024 @ 12:48 am

When it launches in India on April 1, the OnePlus Nord CE4 will definitely be no joke. The company has already revealed it will be powered by the Qualcomm Snapdragon 7 Gen 3 chipset, and will be available in two colorways: Dark Chrome and Celadon Marble. Today the company is teasing its charging abilities, and its dedicated microsite for the upcoming phone has also revealed its RAM and storage capacity. So let's dive right in. High runtime. Low downtime.#OnePlusNordCE4 pic.twitter.com/kacfEgAchb— OnePlus India (@OnePlus_IN) March 18, 2024 As you can see from the post on X which is...

The cheaper Galaxy Z Fold6 version might cost way less than you were expecting

18 March 2024 @ 9:59 pm

For a while now Samsung has been rumored to shake up the foldable smartphone market this year by launching a cheaper version of the upcoming Galaxy Z Fold6 alongside that device - most likely in early to mid July. This cheaper version of the foldable now has a rumored price tag, and it's shockingly good: under $800. That's less than half what the Fold5 started at. You should probably read that as $799, and don't forget that $799 could translate into €919 or something like that across the pond, but still - for a book-like foldable, this is incredibly impressive and could indeed catapult the...

Sony allegedly halts PS VR2 production to clear up existing inventory

18 March 2024 @ 7:01 pm

Sony launched the PS VR2 headset back in February of 2023, with a lot of confidence in its success. That hasn't materialized into actual huge sales numbers, however, and today a rumor claims the company has chosen to halt production of the headset in order to clear up existing inventory. Sony is allegedly sitting on a pretty large stockpile of PS VR2s, amid dwindling sales that have shrunk every single quarter since the headset's release. IDC says Sony moved 595.5K units in Q1 last year, 435.5K in Q2, 343.6K in Q3, and 325.2K in Q4. Those, by the way, are deliveries to retailers, not...

Development of the Nio Phone 2 is done, but the launch is still some way away

18 March 2024 @ 5:29 pm

Car maker Nio launched its first-ever smartphone in late 2023, it was called simply the Nio Phone. The company has completed the development of its sequel, revealed founder and CEO William Li, but that doesn’t mean the phone is being announced now. The Nio Phone 2 is entering the manufacturing stage and will be unveiled later this year, though Li didn’t set a particular date. But he did confirm that the company will focus on launching just one new phone every year instead of dividing its attention between several (a lot of new smartphone brands start out this way). Why is an electric...

Samsung Galaxy A35 in for review

18 March 2024 @ 4:35 pm

Say hello to the Samsung Galaxy A35, the more affordable member of Samsung's newly announced A series duo. It's built around a 6.6-inch 1080p Super AMOLED display of smooth 120 Hz refresh rate. This may be the Goldilocks display size for the majority of buyers. The Galaxy A35 starts at €380 for a 6/128GB model and goes up to €450 for the 8/256GB one, but at launch you can get the storage upgrade for free and in many markets Samsung offers €70 trade-in bonus and a free Galaxy Fit3 with the purchase. The retail package is far less impressive though - you get a SIM tool and a USB-C...

Apple reportedly pushes back launch of the foldable iPhone

18 March 2024 @ 3:39 pm

Apple’s first foray into foldables is widely believed to be a large device – a 7-8 inch tablet in the iPad family and, later on, an even larger 20.25” gadget that will likely be sold under the Mac name. The smaller of the two is expected in 2026/2027, while the larger foldable might be targeting a 2028 launch. And there is a foldable iPhone in the works, of course. It might not come as soon as originally planned, but it might still beat the other two to market. Apple had originally picked late 2026 as the launch time frame for the folding iPhone, according to reports. Now Korean...

Motorola Edge 50 Pro to come with Snapdragon 8s Gen 3, launch date leaks

18 March 2024 @ 2:43 pm

Motorola is preparing to launch its next flagship, Edge 50 Pro, which will have a Snapdragon 8s Gen 3 chipset. The announcement comes from the company's Chiense branch, which confirmed the chipset for the X50 Ultra, which is going to be the local name for the Pro. We also expect the phone to launch in the United States under the name Edge+ (2024) since Motorola brands its flagship with the Plus moniker for its American customers. The phone also appeared in multiple video leaks and teasers, revealing an April 3 launch in India, a date which we told you about before. According...

Honor announces Porsche Design Magic6 RSR and Magic6 Ultimate with unique looks

18 March 2024 @ 1:53 pm

Honor had a big event in China today, where it unveiled the Porsche Design Magic6 RSR smartphone - the new top dog among the company's conventional bar lineup. It comes with a hexagon camera island, developed in collaboration with the popular design house. Alongside it we saw the arrival of Magic6 Ultimate, which was also inspired by the luxury car brand but came with a different back panel design, incorporating a composite fiber material. The new duo packs an improved H9800 main camera sensor, which retains the 50 MP resolution, but promises improved 15EV dynamic range. Honor also...

PlayStation 5 Pro rumored to beef up GPU and ray tracing, bring AI acceleration

18 March 2024 @ 1:17 pm

The PlayStation 5 launched in late 2020, though it feels like it arrived later due to supply issues. A Pro model will reportedly arrive four years later with a much improved GPU, AI acceleration and other enhancements. The GPU will be the biggest upgrade on the PS5 Pro. Rumors claim up to 45% higher rasterization performance and 33.5 TFLOPs of compute power. Future SDK versions will support resolutions up to 8K and higher frame rates with 4K @ 120fps and 8K @ 60fps being possible. Ray tracing performance is set to include 2-3 times, even 4 times on some occasions. This is thanks to a...

Infinix Note 40 series announced with curved OLED displays, 108MP cameras

18 March 2024 @ 12:04 pm

Infinix’s new Note 40 series boasts large 120Hz AMOLED displays (most of them curved) and 108MP cameras (most of them with OIS). All have wired fast charging and are compatible with the company’s new magnetic wireless charging system (this is compatible with a special case). Infinix Note 40 Pro+ 5G This is the first Infinix Note to wear the Pro+ badge, though the Note 30 VIP was in a comparable position last year. The Infinix Note 40 Pro+ 5G is powered by the Dimensity 7020, a 6nm chip with two Cortex-A78 cores at 2.2GHz and six A55 cores at 2.0GHz. It is paired with up to 12GB of...

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