In the last article I published, How to Launch Native Views in an Ionic Application, I made a point about how it is awkward to use something… continue reading.
In the last article I published, How to Launch Native Views in an Ionic Application, I made a point about how it is awkward to use something… continue reading.
If we are building an iOS/Android application with Ionic and Capacitor, then the primary native view that we are using inside of the native… continue reading.
Ever been in a situation where you want to test your Ionic application natively on an iOS or Android device, but the backend server/database… continue reading.
I recently published a video that demonstrates why I think saying that Ionic applications are not native is inaccurate and confusing (even… continue reading.
Cordova has a huge ecosystem of existing plugins that have been created over the past decade. Capacitor has its own method for allowing… continue reading.
One of the key ideas behind the Capacitor project which was created by the Ionic team, is to provide access to browser/native features… continue reading.
One of the biggest issues and limitations faced by Ionic developers, and other “hybrid” application developers, is the reliance upon third… continue reading.
When building our applications, we will often want to store data in some kind of storage mechanism such that it is available to use even… continue reading.
For me, the final touches and app store preparation stuff has alway been the most dull and frustrating part of building applications. Once… continue reading.
Capacitor was built as an alternative to Cordova, and although much is similar in terms of its methodology, the workflow and commands you… continue reading.
When it comes to accessing native functionality in Capacitor, we are generally able to use any of the thousands of existing plugins for… continue reading.
Generating icons and splash screen images ends up being a much more difficult task than you might anticipate before doing it for the first… continue reading.
Earlier this week, I released a guide to deploying Capacitor applications to iOS. In this tutorial, we are going to be doing the exact same… continue reading.
In this tutorial, we are going to walk through how to use Capacitor to deploy iOS applications. We will be covering how to get a Capacitor… continue reading.
Since Cordova is such a hugely popular framework with a massive ecosystem of plugins to access various native functionality, Capacitor is… continue reading.
When we take a photo on an iOS device, the resulting file is stored inside of a temporary folder called . If we use the Camera API to… continue reading.
Building HTML5 games with Phaser has been somewhat of a hobby of mine over the past few years, and I’ve even written a few tutorials about… continue reading.
Over the past couple of weeks we have explored creating custom components within Ionic/Angular, and creating custom web components using… continue reading.
Google Maps integration is consistently one of the most popular features of mobile applications. I’ve published tutorials on how to use… continue reading.
Earlier this week, I published a tutorial that described how to use Capacitor to run custom iOS native code in Ionic. We built a Capacitor… continue reading.