Skip to content
Freaky Jolly

Freaky Jolly

News . Hacks . Tricks . Reviews

  • Home
  • Directory
  • Hire us
  • Contact Us
    • Share your content
    • Request Demo
  • Tools
  • Privacy Policy

Category: Ionic 5

Ionic 5|4 Status Bar Config color, hide, overlap using Cordova & Native Plugin

Last updated on May 17, 2020 Jolly.exe

In this Ionic 5/4 tutorial, we will learn how to configure Status bar showing on top of the mobile screen in multiple platforms like Android, iOS, and Windows. We will use Cordova and Ionic Native plugin to change color or status bar and also change its behavior to overlap the review.

Ionic 5 Native In App Purchase Tutorial with Example Application

Last updated on May 24, 2020 Jolly.exe

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

Read More

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

Last updated on May 17, 2020 Jolly.exe

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

Read More

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

Last updated on May 15, 2020 Jolly.exe

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.

Read More

Ionic 5|4 Fingerprint AIO Authentication for Android & iOS Example Application

Last updated on May 17, 2020 Jolly.exe

In this Ionic 5/4 tutorial, we are going to implement Fingerprint Authentication Biometric Scanner in Ionic Angular application for Android and iOS platforms with an example application. Most of the modern Android and iOS devices come with Fingerprint sensors to secure the device and its application using biometric credentials. These biometric details can be used

Read More

Ionic 5 Alert, Confirm and Prompt Component Tutorial with Example Application

Last updated on July 3, 2020 Jolly.exe

In this Ionic 5/4 tutorial, we’ll learn how to show Alerts, Confirm and Prompt message overlays in an Ionic application by using the AlertController available in UI components of Ionic Framework.   What are Alerts? To quickly draw the attention of a user, we generally show an Alert message which can display a text message

Read More

Ionic 5 Ion-Slider with Cube, Fade, Flip and Coverflow effects Tutorial

Last updated on April 27, 2020 Jolly.exe

In this tutorial, we’ll add Ionic Slider in Ionic 5 Angular application and implement sliding effects like Cube, Fade, Flip and Coverflow as animation transitions during the carousel navigation. The ionic framework provides an Image or content slider which is very popular due to flexible and awesome configuration ability. The ion-sliders UI component is used

Read More

Ionic 5|4 Sliding Number Counter using ng2-odometer

Last updated on April 30, 2020 Jolly.exe

The numbers figures in the Ionic/ Angular application can be converted into an animated sliding counter. The ng2-odometer module adds a pinch of awesomeness to numbers by showing them in an incremental and animated way. In this post, we will discuss an awesome plugin which can be added to any reactive application including Angular Web

Read More

Ionic 4|5 Checkbox List Required Validation using Reactive Forms

Last updated on April 19, 2020 Jolly.exe

In this article, we will discuss How to validate multiple checkboxes in Ionic 4|5 application using Angular Reactive Forms. Here we will have a list of the checkbox which can be selected or unselected using a single master checkbox and also individually. We will add validation on checkbox list using Reactive form approach provided by

Read More

Ionic React | Adding Barcode QR Code Reader Generator App Example

Last updated on April 17, 2020 Jolly.exe

In this tutorial, we will learn How to implement Barcode or QR Code reader and generator in Ionic React application using Native plugin. Using Ionic Frameworks Native plugin we can easily scan or generate QR codes. In the previous tutorial, we have already discussed its implementation in Ionic application based on Angular framework. But here

Read More

Ionic 5|4 Slide Side Menu Navigation Drawer Tutorial with Example Application

Last updated on May 14, 2020 Jolly.exe

In this Ionic 5/4 Tutorial, we’ll learn how to add the Sidebar navigation menu in an Ionic Angular application. A sidebar navigation menu is inspired by native Android and iOS applications. Ionic based hybrid application can also add a similar type of Sidebar navigation drawer easily with the help of UI components provided by Ionic

Read More

Scroll Progress Bar in Angular Applications

March 17, 2020 Jolly.exe

In this tutorial, we will create a scroll progress bar to indicate a user about how much of the total page is scrolled and how much is left to scroll. This scroll bar is generally shown on top of the page so that a user gets to know about the length of the page currently

Read More

Ionic 5 Add Tabs Navigation Routing in Ionic Angular Application

Last updated on March 13, 2020 Jolly.exe

In this tutorial, we will add Tabs navigation in the Ionic 5 Angular application. By tapping on these tabs bar a user can navigate through different application pages by which can be switched using the Angular Routing mechanism. Tabs based navigation provides quick access to major sections of an application like search product, cart, settings,

Read More

Ionic 5|4 Ion Segment, Sliding Tabs Examples

Last updated on May 6, 2020 Jolly.exe

The ion-segment UI components display buttons in a group of a horizontal row. These button groups are switched on tap with a beautiful sliding effect in Android as well as IOS

Ionic 5 Camera Preview on Screen Floating Camera View In Page Tutorial with Example App

Last updated on May 18, 2020 Jolly.exe

In this Ionic 5/4 tutorial, we are going to discuss how to add a floating camera window/ preview which can be switched for front or rear camera with multiple camera filters in Ionic Angular application using Cordova and Native Plugins. Ionic’s Camera Preview Native plugin provides an awesome floating Camera view on the component in

Read More

Ionic 4/5 Geofence Tutorial using Native Plugin

February 26, 2020 Jolly.exe

The geofence is an area defined in a geometrical shape which can be a circle or any polygon shape around a coordinate on a Geological map. In google maps, a Geofence is used to know if the current device has entered or exited from a geofence. Indication about leaving or exiting a Geofence can be

Read More

Ionic 4/5 Angular Google Maps with Places Search using @agm

Last updated on February 24, 2020 Jolly.exe

In this tutorial, we will learn how to add Google Maps in an Ionic application using a powerful package @agm. The @agm package provides directive components to easily add Maps, Markers and Geometric shapes like Radius on Google Maps in Angular applications. Here we will use the power of this great package to implement Google

Read More

Ionic 5 Geolocation Native Plugin Tutorial

Last updated on February 21, 2020 Jolly.exe

Ionic Geolocation Native Plugin Example Tutorial Compatible with Ionic 4 & 5 Angular Using Ionic’s Geolocation native plugin we can get current coordinates and other information like accuracy, speed, timestamp, altitude etc.

Ionic 5 Action Sheet | Angular Tutorial

Last updated on May 26, 2020 Jolly.exe

In this Ionic 5/4 tutorial, we will implement the Action Sheet menu in the Ionic 5 application. The action sheet menu is open by sliding up from the bottom of the view. Action sheet menu is added to provide some action controls to the user which pops up and gets visible which takes no space

Read More

Add Offline, Online Video Player in Ionic 5 Angular Application using Cordova Plugin

Last updated on May 17, 2020 Jolly.exe

In this Ionic 5 tutorial, we’ll add a Video Player inside the Ionic Angular application for playing multimedia files by using the Cordova and Ionic Native plugins. The Cordova plugin for Video playing allows playing videos available in the assets folder inside the application package. We can easily add functionality to immediately play a video

Read More

Posts navigation

1 2 3 4 Next

Dark Mode

Tutorials

Angular_tutorials
Angular
Ionic_tutorials
Ionic
Firebase_tutorials
Firebase

Recent Stuff

  • Angular Material 10|9 Notification Badge Numbers with Customization Tutorial

    October 17, 2020

  • Angular 10|9 Tree View List with Expand Collapse and Checkboxes using ngx-treeview

    October 11, 2020

  • Angular Material 10|9 Dynamic Checkbox List with Indeterminate State

    October 2, 2020

  • Angular Material 10|9 Datepicker & Timepicker Tutorial

    September 28, 2020

  • How Angular Components Communicate, Pass, Emit or Broadcast Data ? 4 Ways with Examples

    September 18, 2020

  • Angular Material 10|9 Mat-Select Tutorial with Local and Dynamic HTTP Response

    September 13, 2020

  • Angular Material 10|9 Datepicker Range Selection From To Dates with Validation

    September 12, 2020

  • Angular Material Datepicker Parse Custom Date Format of Selected Date

    September 10, 2020

  • Angular | Ng-Class Conditional Expressions , If Else for Multiple and Single Class Names on Elements

    September 4, 2020

  • Angular & JavaScript | Open Blob URL View PDF and Images in New Tab

    August 31, 2020

  • Google Maps in React with Places Search Bar, Draggable Marker using google-map-react

    August 27, 2020

  • How to get a Google API Key for using Maps?

    August 25, 2020

  • Angular Material 10|9 File Browse/Upload UI-Design in Form for Input with File Type using Material Components

    August 24, 2020

  • Angular 10|9 Best Video Player using ngx-videogular with Customized Controls

    August 24, 2020

  • How to Debug Stored Procedures in SQL Server using Visual Studio 2019

    August 23, 2020

  • Download/ Install SQL Server 2019 Free/ Community Edition for Windows 10 Step by Step

    August 22, 2020

  • React + Material UI | Accordion Tabs Tutorial with Example

    August 22, 2020

  • Angular 10|9 Reactive Form Validation Messages for Email, Password, Name and Address

    August 21, 2020

  • React + Material-UI Datepicker and Timepicker Tutorial

    August 20, 2020

  • React + Firebase + Material UI | Create a TODO App with CRUD Operations using Firebase Database

    August 15, 2020

18.204.42.98
Advertisement

Copyright ©Freaky Jolly

DMCA.com Protection Status