-
Rendering hyperlinks from HTML strings in Ionic 4 and Angular
Sunday 18th November, 2018 - 12:56pmHere's a quick tutorial on how to render and activate hyperlinks embedded within HTML strings using Angular...
-
Importing & exporting SQLite data for Ionic Framework mobile apps
Tuesday 23rd January, 2018 - 9:00amOver the course of the following tutorial I want to demonstrate how we can import/export SQLite data for Ionic Framework mobile apps...
-
Securing Ionic/Cordova mobile applications
Tuesday 9th January, 2018 - 9:00amOver the following article I'll discuss potential measures that we can introduce into our Ionic/Cordova applications to help make them more secure from prying eyes...
-
Coding an Ionic Application powered by node and MongoDB
Friday 22nd December, 2017 - 8:30amIn the third part of this series we look at developing the Ionic codebase for our Node/MongoDB powered project...
-
Creating a CRUD application with MongoDB, Express, Node & Ionic - part 1
Friday 22nd December, 2017 - 8:00amOver the following tutorial I'll guide you through setting up the initial foundations of a CRUD application that we'll be developing with Node, MongoDB, ExpressJS, Angular and Ionic...
-
Adding property list keys for iOS development with Ionic
Thursday 21st December, 2017 - 9:00amGreeted with an error concerning Info.plist permission keys when developing iOS applications with the Ionic Framework? Here's how to fix the issue...
-
Using Ionic DevApp to test mobile applications
Wednesday 8th November, 2017 - 8:00amTesting your Ionic applications just got a whole lot easier with the recent release of Ionic DevApp...
-
Adding email functionality to an Ionic application
Monday 9th October, 2017 - 7:27pmAdding the ability to send (or more accurately, trigger the sending of) e-mail messages from Ionic is relatively simple and straightforward.
In this tutorial I guide you through how to accomplish this...
-
Optimising Ionic framework applications
Wednesday 4th October, 2017 - 9:00amIn this tutorial I'm going to share some tips and suggestions for optimising the performance of your Ionic applications on mobile...
-
Editing photos in Ionic
Thursday 31st August, 2017 - 5:00pmToday I'm going to take you through creating a very basic image editor that will allow you to edit photographs in an Ionic application...
-
Browser testing Ionic applications with Native Mocks
Tuesday 25th July, 2017 - 9:00amIn this article I'm going to take you through testing your Ionic project - while using Ionic Native plugins - in the browser...
-
Implementing the App Rate plugin for Ionic applications
Tuesday 20th June, 2017 - 11:36amGetting App Store ratings/reviews is not easy (unless your application strongly motivates customers to write a review - whether positive or negative is another matter) but thanks to Ionic Native's App Rate plugin you can encourage the user to provide a review from within the application.
Let's look at how this works...
-
Geocoding/reverse geocoding with Ionic Native
Tuesday 13th June, 2017 - 5:50pmIn the following tutorial I'm going to take you through a very simple application that uses the Ionic Native Geocoder plugin to transform a latitude/longitude into a physical address and allows a physical address to be transformed into a latitude/longitude...
-
Fixing GoogleMaps Android build error with AbstractSafeParcelable not found message
Wednesday 24th May, 2017 - 6:56pmThere's nothing more disheartening than being pressed to meet that project deadline only to be met with build errors.
In the following tutorial I want to show you how I solved a very particular type of Android build error...
-
Resolving path error messages when uninstalling Ionic Native plugins
Wednesday 24th May, 2017 - 5:57pmI've yet to meet a developer who enjoys being greeted with broken code and cryptic error messages, particularly when those error messages aren't very helpful in providing clues as to why things aren't working...