Ionic Lazy Loading Issue | Get Current Component/ Page/ View name in Production Release

In this post, we will discuss an issue faced by many Ionic Framework developers related to getting the current page/ view/ component name in the application. In an Ionic application which using Lazy Loading to partially load components are facing such issue.

Ionic Lazy Loading Issue | Get Current Component/ Page/ View name in Production Release Read More »

Xiomi MiUI 10 | How to Enable Developer Mode for Debugging Android Applications

Development in the Ionic framework is mostly handled through CMD Command prompt. We can open code, create APK packages, install plugins etc from CMD itself. But sometimes to test some of the Ionic Native plugins need a real device, for that we may create APK using $ ionic cordova build android and then we can transfer the generated

Xiomi MiUI 10 | How to Enable Developer Mode for Debugging Android Applications Read More »

Ionic 5|4 Adding Ionic Offline Storage using SQLite Cordova Plugin

In this post, we’ll discuss how to use SQLite storage in an Ionic application using Cordova’s cordova-sqlite-storage plugin. In Ionic’s Angular, we use Native wrapper to access SQLite storage in a native device. The SQLite type of storage is used by most of the Native devices like android. It is a relational database management system

Ionic 5|4 Adding Ionic Offline Storage using SQLite Cordova Plugin Read More »

Ionic 5 Native Google Maps using Cordova Plugin Tutorial with Example Application

In this Ionic 5/4 tutorial, we will implement Google Maps in Ionic Angular App using Cordova and Ionic Native plugins. As we have already discussed How to Add Google Maps using JavaScript API in Ionic Applications, in this post we will implement Google Maps Cordova plugin using SDK. In comparison to JavaScript API Native SDK,

Ionic 5 Native Google Maps using Cordova Plugin Tutorial with Example Application Read More »

Ionic 5|4 Google Maps JavaScript API, Geolocation, Geocoder in Ionic Native Application

In this Ionic 5 tutorial, we’ll implement Google Maps using Javascript API library and display current position with a location marker and address of the location. To build Google Maps in Ionic 5 application we’ll use Geolocation and Geocoder plugins to locate current coordinates and address. In the previous post, we discussed how to get

Ionic 5|4 Google Maps JavaScript API, Geolocation, Geocoder in Ionic Native Application Read More »