Showing posts with label Must have plugins for hybrid app. Show all posts
Showing posts with label Must have plugins for hybrid app. Show all posts

Must have plugins for hybrid app

org.apache.cordova.network-information

Using this you can identify the network/internet information of device. Very useful to identify online/offline mode.

​​
org.apache.cordova.inappbrowser
Using this plugin you can open external links in new browser window in your app. So that by pressing back button on your device, will show your app again.
​​
​​
org.apache.cordova.splashscreen

You can show splash screen to user at the time of app start.

com.phonegap.plugins.pushplugin

Your application can receive push notifications.

org.apache.cordova.dialogs


Show alert boxes like native apps.

https://github.com/brodysoft/Cordova-SQLitePlugin


This is sqlite plugin. Using this you can store offline data in your hybrid app.

nl.x-services.plugins.toast

This one used to show a toast message. Toast message hides after sometime automatically.