[IONIC] ion-select long option viewing issue
I have recently faced an issue with long select options. When the option in the select is very long, let say a sentence with more than 15–20 characters, only half of the option is visible, rest gets trimmed. Long options gets trimmed I have tried multiple…
Read More[IONIC] Managing App Themes
If you are using latest version of Ionic, you must have felt the ease of maintaining the styles. You don’t have to worry about the responsiveness of the app or the OS compatibility. Kudos to Ionic Team! In this post, I’ll try to explain the use of…
Read More[IONIC] Set Global Styling
In order set any styles globally which should be used throughout the entire app, you will have to use global.scss. This file is available in src folder. #global.scss You can put any style classes here and can access them from any where in the app. To add or…
Read MoreApp Deep-Linking with Ionic [Android]
Recently, I was trying to implement Deep-linking in my Ionic App. Basically, I was building an App for Video Consultation with Doctors. The App needs to be like Zoom, i.e. the user gets a link, and when the user clicks the link from the SMS received, the…
Read More[IONIC] Image Upload in Ionic 4
While working in some project the other day, I faced challenge in creating a feature to upload images in the App, built using Ionic 4. I struggled a lot, followed a lot of posts and links available online, but of no good.I felt the official documentation is…
Read MoreWhat I achieved with Ionic Framework?
About 8 months I started learning Ionic Framework. At that time, Ionic v4 was in BETA mode. I started with building a simple App for Phlebotomist, PhlebEx, used for making Home Collection Service digitized. PhlebEx App The App provides Home Collection…
Read MoreLocation Permissions and Accuracy: Ionic 4
Building an App that captures the Device Location??!! Alright.Let’s start with some approaches I tried and failed while developing a Hybrid App using the Ionic Framework. I am using Ionic 4. The App mainly captures an User’s Location at certain events.…
Read MoreOffline-First app using Ionic & PouchDB-CouchDB
Even in today’s hyper-connected world, there will be plenty of times where people need to switch data off to save battery, or simply lose mobile connectivity while traveling. There’s nothing more frustrating for mobile users when losing all connection to an…
Read More