Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

ionic

How to add Ionic menu, submenu, and dropdown menu

The ionic framework has lots of components, we can use the ion-menu or Ionic menu component to create a sidebar menu in our Ionic application. Ionic we can also customize and create an Ionic drop-down menu to make a list of related navigation links. We have three goals behind this tutorial, First, we’ll learn how […]

How to use HostBinding and HostListener decorators in Ionic

Ionic angular application is the use of an Angular framework to build ionic applications. An Angular provides a good range of built-in directives we can also create our own directives to solve problems that are specific to an application’s needs or to support features that the built-in directives don’t have. A directive is one of the […]

Ionic Capacitor Geolocation for getting location Data

In this tutorial, we’ll learn Ionic Capacitor Geolocation for getting location data latitude and longitude. The Geolocation API of Capacitor provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available. For building a Progressive Web Application (PWA) we need to use […]

Scroll to top