Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to use Cordova Push Notification Plugin with Google Firebase Cloud Messaging

Cordova push plugin with firebase is used to send notifications in both android and iOS devices. This plugin can be used for Cordova applications with Google Firebase FCM. You can send notifications to one or multiple devices with this plugi...

Cordova Picture Background Plugin to Capture Image without User Interaction

Cordova is a mobile application development framework Owned by Adobe System, it was first created by Nitobi but in 2011 Adobe System acquires/purchases it.  Earlier Crodova is known as PhoneGap. It is a free and open source version of Apache...

Cordova - File Transfer in Phonegap Application

This plugin can be used to upload and download files. Installing File Transfer Plugin: To install this plugin into your application, run the following command:   cordova plugin add cordova-plugin-file-transfer After installing...

Using Ionic - Cordova Native Audio in Phonegap application

native audio plugin is used for playing audio in your ionic application. To use this plugin you need to install it first in your application directory by following command:   cordova plugin add cordova-plugin-nativeaudio you firs...

How to use SQLite database using Phonegap

In this article, you will learn about the SQLite database in Cordova for mobile application. SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared state...

How to check device network in Phonegap

Cordova provides cordova-plugin-network-information that checks the cellular and wifi connection of the device and also it can check the internet connection. Installation: To install this plugin run the following command   cordov...

Take a picture with device camera in PhoneGap application

Hello Readers,   Cordova camera plugin allows to take pictures with device camera. First of all we need to install the plugin.   We can install it through CLI simple run:   $ cordova plugin add cordova-plugin-ca...

Cordova plugin console - Get JavaScript logs in your native logs.

Hello Readers,   This plugin use to show JavaScript logs in your native logs. It is very useful and add some additional functions to make it more useful.   First of all we need to install the plugin through CLI run:  ...

Progress loader plugin for Cordova / PhoneGap iOS apps.

Hello Readers, In today's blog we will talk about progress plugin in Cordova / phoneGap apps. It is a progress loader and there is no need to add any JavaScript library for this.   This plugin supports iOS platform. It should be...

Cordova plugin media - record and play back audio files on a device

Hello Readers, In today's post we will discuss about media plugin for Cordova apps. This plugin allows to record and play back audio files on a device. This plugin defines media constructor. We need to use this plugin with the device ready...

Screen shot plugin for Cordova / PhoneGap

Hello Readers, Today's post is about we can capture screen shots in our Cordova / phoneGap application. Well !  This Screenshot plugin provides the functionality that we can capture the screen shot of current screen and save it int...

Use Facebook SDK version4 in cordova app

Hello Readers, In today’s post will see how to use Facebook SDK in Cordova app. First of all we need to register our app with Facebook and have an App Id. If you have not registered your app with Facebook you can Click here and foll...

Screenshot plugin for Cordova/phoneGap apps.

Hello Readers, Screenshot plugin for Cordova/phonegap apps allows you to take screenshot of the current open screen and save it to phone storage.   First of all we need to install the following plugin through CLI: $ cordova plu...

Ionic2 and typescript - Plugin to return the information of the current app

Hello Readers, In today's post we will learn about to get app information using ionic2 and typescript. First of all we need to install plugin through CLI: $ ionic plugin add cordova-plugin-app-version   This plugin supports...

Cordova badge plugin for access and modify badge numbers

Hello Readers, Cordova badge plugin notify users to that there is something for them when app is in background. For example: Unread messages, Notifications in apps, etc. This plugin works on Android, iOS, Windows, Wp8, Wp8.1 platforms and...

Cordova plugin for using torch or flashlight of your device

Hello Readers, Cordova flashlight plugin allows you to access device flashlight in your app and you can access it from your app. This plugin works on iOS 5+, Android 2+, wp8 and for Android 6+ runtime permission handled automatically. Fi...

Cordova background plugin- (Keep the app running in background)

Hello Readers, Cordova background mode plugin keeps the app running in background mode. When app pause in background mode and the system keeps open the network but doesn't send data until  app resumes. This plugin helps in those appli...

Cordova plugin for multiple image selection.

Hello Readers, We can choose image through Cordova camera plugin but with this plugin we can only select one image at a time. Now, Cordova image picker plugin helps to select more than one image at a time i.e user can select multiple image at...

Plugin to Check if GPS enabled on Cordova iOS and Android apps

Hello Readers, Cordova Geolocation API works when GPS enabled on device or we can say that it will not provide you the exact position. We can provide manual lat long with out enable GPS. Cordova Geolocation API doesn't provide a way to che...

Cordova Email composer plugin

Hello Readers, Cordova Email composer plugin allows you to send any HTML content to any email account. It provides standard email view into your application and user can edit or delete the content as per requirement. This plugin supports iO...

Native storage of variables in cordova Android / iOS apps.

Hello Readers, Cordova native storage plugin provides persistence storage in Cordova Android and iOS apps. We use this plugin because localStorage has non-persistent property in WebView of Android and iOS. Basically this plugin is specially u...

Cordova plugin for network information

Hello Readers, This plugin provides the information about the device network connection (Cellular or Wifi) or detects a device has internet connection or not. To use this functionality first of all we need to install the following plugin thro...

Testing Cordova In App Purchases on Android and iOS

In this post, you will learn how to test your cordova application with using cordova InAppPurchase. You can test the purchasing with both android and iOS platforms. You need to have android and iOS devices to test it.   Testing on Andr...

A Toast popup plugin for Cordova apps

Hello Readers, This plugin allows you to show a little popup in your app. It is great way to show a non interfering notification. Features : We can choose the direction where to show the toast (i.e Top, Bottom, Left, Right). We can ...

How to play sounds in your phonegap application

Cordova provides a plugin to play sounds in your mobile application. It can record an audio file and also play back audio file on the device. Installing the plugin:   cordova plugin add cordova-plugin-media It has a Media constru...

Add In App Purchases to your cordova application

In this post, you will get to know of integrating in app purchases in your cordova application. cordova-plugin-inapppurchase is used to add in app purchases into your application for both android and iOS platform. Installing the plugin: &n...

Automatic icon resizing plugin for Cordova: Phonegap

In this post, you will learn about the plugin for automatic resizing of icons. You must know that both android and iOS platform needs different size of icons according to different devices.     If you need to change your ap...

Show mobile Ad with cordova AdMob plugin

In this post, you will learn how to show mobile ads in your screens. Cordova provides a plugin for google admob. Using this plugin you can show mobile Ad with a line of JavaScript code. It is designed for use in HTML5 based hybrid applications or...

How to use statusbar plugin in phonegap

In this post, you will learn to use statusbar plugin of cordova. The StatusBar object can customize Android and iOS statusbar. Installing the plugin: You should have cordova 5.0+ to install its stable version by the following command:  ...

Events to use with InAppBrowser plugin: Phonegap

In this post, you will see the events that can be used in InAppBrowser plugin. There are different methods: addEventListener removeEventListener close show executeScript insertCSS InAppBrowser.addEventListener: It will add ...

How to use inappbrowser plugin in your application

In this post, you will learn about the cordova-plugin-inappbrowser which provides a web view to display in your application. Installing the plugin: cordova plugin add cordova-plugin-inappbrowser Initializing plugin: When cordova.InApp...

How to configure PhoneGap project in Eclipse

To configure PhoneGap project in Eclipse follow the below steps- Step -1 Go to Terminal Step -2 Install frist - $ sudo npm install -g cordova. Step -3 $ cd Desktop/ Step - 4 $ cordova create Raj007 com .example.Raj007 raj Ste...

Showing camera view inside html in android and then snap a picture

Hello All Today we will discuss about Showing camera view inside html in android and then click a picture: In PhoneGap we can Show Camera view inside HTML. Before we proceed with the plugin let me give you a walk-through of its features. Th...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: