Archive of: August, 2017
-
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...
-
Resolving promise-polyfill error in ionic 3.7
Thursday 31st August, 2017 - 4:34pmSoftware bugs add a level of headache to development that can very quickly kill your motivation.
Over the following tutorial I'll take you through 2 bugs I recently encountered after upgrading to Ionic 3.7 and how, thankfully, simple they were to fix....
-
Understanding Angular pipes
Wednesday 2nd August, 2017 - 12:00pmParsing and transforming data values can be performed at the template level thanks to Angular's pipe functionality.
In the following tutorial I'm going to walk you through using this particular feature and what possibilities it presents for developers...
-
Using the Web Audio API with Ionic
Wednesday 2nd August, 2017 - 12:00pmIn the following tutorial I'm going to take you through using the Web Audio API for playing sounds in an ionic application...