mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-13 08:28:02 -05:00
NotificationEx - Adding the Plugin to your project
These are removed functions from PhoneGap core (Notification.loadingStart/Stop, and Notification.activityStart/Stop) Using this plugin requires iPhone PhoneGap 1.0.0
- Add all the .h and .m files to your Plugins folder in your project
- Add the .js files to your "www" folder on disk, and add a reference to the .js file as <script> tags in your html file(s)
- In your project's Cordova.plist, find the Plugins section. Add a new entry under there, the key is "NotificationEx", value is "NotificationEx".
- See the sample index.html for usage examples
LICENSE
NotificationEx plugin is MIT licensed except for the code below:
UIColorExpanded.h,.m is unknown currently, I have e-mailed the author.
LoadingView.h,.m license is licensed "zlib" style