Ionic 4 Copy to Clipboard Example – Plugin ( Copy and Paste ) Ionic Native 4.x Version

Clipboard is referred to a special memory space provided in the device, specialized to keep last copied data like text, images, files etc. Clipboard is a temporary space which is washed out as user copies new data and replaces existing data. In the previous post we discuss on the implementation of Clipboard plugin in Ionic […]

Ionic 4 Copy to Clipboard Example – Plugin ( Copy and Paste ) Ionic Native 4.x Version Read More »

Run Ionic 5 Apps in Background using Cordova and Ionic Native plugins

In this Ionic 5/4 tutorial, we’ll learn How to keep the Ionic Application running in the background even when closed or minimized using service with the help of Cordova and Ionic native plugin. In a native application like android, we have various approaches to keep a service or operation running while the application is minimized

Run Ionic 5 Apps in Background using Cordova and Ionic Native plugins Read More »

Ionic 5|4 Multiple Slides on Single View with Custom Navigation Using Swiper Slider

Ionic Framework provides a very powerful and fully loaded Slider which can be modified in any form. Ionic Slider is basically SwiperJS slider, it provides a number of ways a slider/ carousel can be built in a view. You can check it’s  demo page, we can have similar Slider/ Carousel in the Ionic app using

Ionic 5|4 Multiple Slides on Single View with Custom Navigation Using Swiper Slider Read More »

Angular 7/6/5 Implement Ultimate! Swiper Image Slider/ Carousel in 3 Steps

In this post, we will discuss a more advanced Image Carousel know as Swiper. This Carousel is actually more than an Image Slider, we can have any type of content from HTML, graphics, video etc. Swiper also supports parallax effect multiple slide effects, having verticle and horizontal sliders. Swiper also supports nested and easy installation

Angular 7/6/5 Implement Ultimate! Swiper Image Slider/ Carousel in 3 Steps Read More »

Ionic 5 Get Background Geolocation of Device Example Application

In this Ionic 5/4 tutorial, we’ll learn How to fetch Geolocation in Ionic application when the application is moved to the background or minimized using Cordova and Native plugins. Applications these days provide features to get locations like we implemented device location plugin to get location coordinates when a user clicks a button, But what

Ionic 5 Get Background Geolocation of Device Example Application Read More »

Ionic 3 YouTube Video Player Embed Example – Using Native Plugin

In this tutorial, we will create an Ionic 3/4 application to demonstrate How to Add YouTube Video Player. We will Install the Cordova plugin and Ionic Native Wrapper to add functionality in Ionic 3/4 Application by using which YouTube’s Player can be opened to Play any YouTube video right from the Ionic application itself. To

Ionic 3 YouTube Video Player Embed Example – Using Native Plugin Read More »

Ionic 5|4 Geolocation, Native Geocoder Example Pincode Application to get Coordinates and Address

In this Ionic 5 tutorial, we’ll discuss how to add Geolocation functionality to get current location in the form of coordinates like latitude, longitude and accuracy of the device. Also, we’ll add the Geocoder plugin in the application to convert coordinates into a readable physical address. Fetching location of a device plays a great role

Ionic 5|4 Geolocation, Native Geocoder Example Pincode Application to get Coordinates and Address Read More »

Ionic 3 Geolocation and Geocoder Example – Device Latitude, Longitude and Address

UPDATED(26/03/19) for latest CLI 4.12.0 In this post, we will implement Geolocation and Geocoder plugins in Ionic 3 application. Using Geolocation service we can get Lattitude, Longitude, Accuracy of location, Speed, Altitude etc of the device. After that Latitude and Longitude can be used to get Addresses available on these coordinates. To fetch address from

Ionic 3 Geolocation and Geocoder Example – Device Latitude, Longitude and Address Read More »

How I resolved! “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.”

Today morning when I tried to open the Ionic Frameworks website, a strange message was showing up on screen “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.”

How I resolved! “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.” Read More »