Browse by Tags

All Tags » Ionic (RSS)
For those that know me, you might have heard about my extensive use of Ionic Framework, a mobile app platform, to build various side projects including BrewZap and HappenZap. If you aren’t familiar with Ionic Framework, it’s a node.js based development...
with no comments
On any consumer-facing platform where users can submit content that will be seen by the public, it's a good idea to have some level of content moderation. Manual content moderation using humans is tedious and labor-intensive. Luckily, Azure Content...
with no comments
Filed under: , ,
We were discussing build times in #ionic-questions Slack channel today and Mike noted that you should be on Node v10 . Apparently, the @LTS has some bugs that are affecting performance. If you haven't upgraded and plan to do any work with Ionic v4...
with no comments
Filed under:
If you want to build an Office AddIn for Word, Excel, or PowerPoint, all you really need to know is a little HTML and JavaScript. Since Ionic Framework is built with HTML and JavaScript, it actually makes a great fit for hosting an Office AddIn. In fact...
with no comments
Filed under: , , , ,
With the launch of HappenZap , I now have two multi-tenant mobile app platforms running on Azure App Service. When it comes to the backend services for mobile apps, Azure App Service really isn’t used that much though. In fact, in the 2017 Ionic Developer...
with no comments
Filed under: , , , ,
If you are trying out your Ionic / Cordova apps on iOS 11 with Xcode 9, you might run into an issue where the app terminates immediately. After examining the logs, you will see that the plugin cordova-plugin-firebase is terminating the app because it...
with no comments
Filed under: , , ,