Ionic Framework

Ionic 5 Range Slider Example – Single, Multiple Markers on Bar with Custom Styling

Ionic Range Slider with draggable tick icons on the scaling bar; In this Ionic 5 tutorial, you will learn how to add a Range slider using the build-in UI components in the Ionic Angular application. A range slider component consists of draggable markers, which can be dragged on a defined bar to select a value. […]

Ionic 5 Range Slider Example – Single, Multiple Markers on Bar with Custom Styling Read More »

Ionic 6/7 Popover in Angular – Example Application Tutorial

In this Ionic tutorial, you will learn how to implement and create popovers in the ionic application based on Angular Framework. We will understand and implement popovers in Ionic, using Cordova and Capacitor. Ionic’s latest version provides a wide variety of UI toolkits and facilitates the creation of high-quality cross-platform applications. In this guide, we

Ionic 6/7 Popover in Angular – Example Application Tutorial Read More »

Ionic 6 Google Map, Geocoder & Places Search, Draggable Marker Tutorial

In this Ionic 5/6 tutorial, you will learn how to add Google Maps in the Ionic application using the latest @angular/google-maps package module by following a few easy steps. Google Maps implementation tutorial using @angular/google-maps 2022. The Google Map will have places search bar and Geocoder to display the address where the marker is dragged.

Ionic 6 Google Map, Geocoder & Places Search, Draggable Marker Tutorial Read More »

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3

You may see this issue while building the Ionic Cordova application for Android * What went wrong: A problem occurred evaluating script. > No usable Android build tools found. Highest 30.x installed version is 30.0.2; Recommended version is 30.0.3.

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3 Read More »

[Resovled] Gradle: not installed Could not find an installed version of Gradle…

While building the Ionic Cordova application you can check all the required paths are set by executing the below command: cordova requirements android –verbose This command will tell you if any of the required paths of Java, Android Studio or Gradle is missing and having any issue. The output looks like as shown below:

[Resovled] Gradle: not installed Could not find an installed version of Gradle… Read More »

Ionic 5 Native In App Purchase Tutorial with Example Application

In this Ionic 5/4 tutorial, we’ll integrate In-App Purchase functionality in Android and iOS applications using Cordova and Ionic Native plugins. The In-App Purchase feature allows a user to buy from a list of available products in the Application store. Use can make purchases from a list of items available make payments and also restore

Ionic 5 Native In App Purchase Tutorial with Example Application Read More »

Ionic 5 Adding Vibration Ionic Example Application using Cordova & Native Plugins

Hey there, in this Ionic 5/4 tutorial, we are going to implement a native vibration feature in an Ionic application using the Cordova plugin and its Native wrapper for Angular. To use the Vibration feature, the application needs to access the hardware components of the real device. In high-level programming languages like Java, Dart, etc

Ionic 5 Adding Vibration Ionic Example Application using Cordova & Native Plugins Read More »

Ionic 5 Progress Bar using ion-progress-bar Component Tutorial with Example App

In this Ionic 5/4 tutorial, we’ll learn how to implement a vertical progress bar UI component in Ionic Angular applications. Ionic Framework provides a wide variety of UI components so that we barely need to create our own. The progress bar UI web component is added in the Ionic application by using the ion-progress-bar directive.

Ionic 5 Progress Bar using ion-progress-bar Component Tutorial with Example App Read More »