Categories
Ionic Link

How to effectively host Ionic PWA to Heroku

Ionic PWA can also be read as Ionic Progressive Web App.

Categories
Ionic Opinions

How to solve an Ionic app crashing on launch

Suddenly all of my Ionic apps started crashing. This is the error I got. TL;DR, If chrome is not present or disabled than your ionic app might crash on launch. This rules only applies on debug builds of your app. Continue reading if you want to know how I figured it out. There might be […]

Categories
Ionic Tutorials

How to add Chart to your Ionic Angular App

You need to add chart to you ionic angular app. What are the options. Ngx Charts Ng2 Charts Ngx Charts It has a great online demo. Looking at the demo you have dozen of different chart choices. From Bar Chart to Line Chart to Pie Chart. I think it also comes with two color schemes […]

Categories
Tutorials

Implement Show Hide Password in Ionic/Angular

We are required to create secure passwords. For secure password we need to follow some strict rules. Some of these rules are: – At least one uppercase alphabet – At least one special character – At least 12 characters and the list goes on. While keeping these requirements, visitors to your website can have a […]

Categories
Tutorials

Let Geo location work on Hybrid Mobile Apps

I’ll focus on Geo location with Ionic framework but same is true for others (All of them that use cordova/phonegap in one way or the other such as nativscript, weex, quasar). By Hybrid mobile apps I mean apps that uses web technologies and cordova to run native on handheld devices. Using a native feature in […]