Ionic Framework

Ionic mobile apps development

minSdkVersion and targetSdkVersion

minSdkVersion 19 cannot be smaller than version 22 When you are facing this error during ionic project building, it is as a result that cordova does not set minSdkVersion and targetSdkVersion correctly in app apk. This was due to a bug in cordova-android@7.x.x but now solved with cordova-android updated versions. Updating to cordova-android@8.x.x is required …

minSdkVersion and targetSdkVersion Read More »

Ionic Firebase Communication

HOW TO CONNECT IONIC 5 TO FIREBASE Firebase helps you build production-ready apps without worrying much about backend logic and code maintenance. It’s a noSQL database that provides you with a scalable cloud database to store and sync data. Applications (web, mobile, and desktop) that seek to make use of Firebase need to establish a …

Ionic Firebase Communication Read More »

Ionic Complete Set up

How To Install Ionic CLI And Create First Application. Getting started with ionic is pretty stright forward. Node.js and npm is the only requirement to kick start. Install Node.js From Node official website, install the Long Term Support (LTS) Installing Node.js automatically add npm. Follow the default prompts during the installation process. Verify if all …

Ionic Complete Set up Read More »

Convert Website Into An App

How To Convert Website Into An App Using Ionic V5 With great number of internet users relying on smart phones for surfing, having an app made available for download via play store is a plus and can increase customer and user base. Ionic InAppBrowser simplified the process of converting any responsive website into an app. …

Convert Website Into An App Read More »