Last Updated on November 14, 2020 by Abdullah Al Mahamud
Maybe you know PhoneGap is a great platform to develop a cross-platform application. while we developing application we need plugins to more get options.
Below are a few plugins you would use for developing your PhoneGap mobile app. Almost every application needs flowing plugins when you think to develop a good quality application.
FastClick
FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic.
To instantiate FastClick on the body, which is the recommended method of use:
window.addEventListener('load', function() { new FastClick(document.body); }, false);
iScroolJS
iscroll.js, it is the general-purpose script. It includes the most commonly used features and grants very high performance in a small footprint
Google Analytics
Google Analytics plugin for iOS and Android. This allows you to post useful information to your Google Analytics account.
Facebook Login
The Facebook plugin for Apache Cordova allows you to use the same JavaScript code in your Cordova application as you use in your web application. However, unlike in the browser, the Cordova application will use the native Facebook app to perform Single Sign-On for the user. If this is not possible then the sign on will degrade gracefully using the standard dialog based authentication.
Native notifications
This plugin is for use with Cordova and allows your application to receive push notifications on Amazon Fire OS, Android, iOS and WP8 devices.
Save app
Store and fetch application preferences using platform facilities
Share your app on social networks
This plugin allows you to use the native sharing window of your mobile device
Showing Alert
This plugin allows you to show a native Toast (a little text popup) on iOS, Android and WP8. It’s great for showing a non-intrusive native notification which is guaranteed always in the viewport of the browser.
Feedback Pages
Reads the version of your app from the target build settings.