For longer running operations (e.g., data requests) it might be nice to show the user that you are loading their data or performing a long running action. For this we will use the LoadingController to show a simple message while we are retrieving a list of nearby shows from our service. In your constructor, be…
Month: November 2019
Adding the Version Number in your app
One of the things I like to do with my apps is to add the version number somewhere within the app. Most of the time I place it in the footer of the sidemenu or in the About page of the app. This of course is great for support purposes when the user has a…
PhoneGap Build – Config File
After I create an app with Ionic’s CLI and get it running to the point I need to build it for iOS, I get it ready for PhoneGap Build. When using PhoneGap Build, make sure you have a Cordova config.json file setup for the build. This file would be located in APP_DIRECTORY/.cordova Here is…