Edupala

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

ionic

How to install font awesome in ionic and Font to Ionic

The ionic framework has lots of free and premium designed icons for use in web, iOS, Android, and desktop apps. Support for SVG and web font. Completely open-source built by the Ionic Framework team. If you still want to use font-awesome in ionic, then let’s implement and use font-awesome in the Ionic project. The font-awesome […]

Creating a Custom Pipe in Ionic

Pipe’s are one of the important features of Angular. Angular comes with a stock of pre-built pipes such as Date Pipe, UpperCasePipe, LowerCasePipe, CurrencyPipe, and PercentPipe and so many. Angular allows us to create our own pipe. In the ionic Angular project, we will demonstrate custom pipes in ionic with examples. Create project for Custom […]

How to use the Ionic InAppBrowser

Ionic InAppBrowser capacitor or Cordova plugin is used to open external links from your app inside a web browser view. We can show helpful articles, videos, and web resources inside of our app. Users can view web pages without leaving your app. In this tutorial, we’ll demonstrate two examples of Ionic inappbrowser examples. First by […]

How to implement an Ionic item slider

Ionic item slider is one of many pre-made components available in the Ionic framework. The ionic sliding item component contains child items that can be dragged to reveal action. All options to reveal should be placed in the item options element. In the app’s screenshot of the ionic item slider, we have the image on the […]

Ionic Social sharing using capacitor and Cordova

Ionic social sharing plugin allows us to share our content with an authorized social media account on mobile devices only. With the release of Ionic 4 and above, we can also use the same sharing functionality in Progressive Native Web, Mobile, and Desktop applications through the Ionic capacitor sharing plugin. In this article, we’ll demonstrate […]

Scroll to top