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.
In the last tutorial, we covered how to handle file uploads in Ionic using the element. This included using the file input element to grab… 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.
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.
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.
In short: very good things HTML5 mobile applications rely on the browser and the performance of JavaScript. Fortunately each new iOS… continue reading.
There was one particularly remember-able rejection I received from Apple. I was working with a not for profit organisation to create an app… continue reading.
if (Ext.os.is.iOS && Ext.os.version.major >= 7) { Ext.select(“.x-toolbar”).applyStyles(“height: 62px; padding-top: 15px;”); } StatusBar… continue reading.
When I first started developing with Sencha Touch and PhoneGap on my Windows machine I was ecstatic to learn that I could create iOS… continue reading.