Custom plugins
We saw the list of basic plugins available for Cordova/PhoneGap platforms and how to use them in our application. The developer is not limited to use only these small set of plugins. There are several hundreds of plugins available and many new plugins are added every day. Here are some of the most used third-party plugins. You should be careful on selecting the plugins based on their support for various platforms.
- Social Sharing: This adds social sharing features to your application (http://plugreg.com/plugin/EddyVerbruggen/SocialSharing-PhoneGap-Plugin)
- Push Notifications: This sends custom push notifications to your users (http://plugreg.com/plugin/phonegap-build/PushPlugin)
- Facebook Login: This enables users to log in to your application using Facebook (http://plugreg.com/plugin/Wizcorp/phonegap-facebook-plugin)
- ActionSheet: This shows wonderful action sheet menus in your application (http://plugreg.com/plugin/EddyVerbruggen/cordova-plugin-actionsheet)
- AppRate: This enables...