Friday, March 21, 2014

Use of plugin in phonegap

Plugins of Phonegap:

Installation:

There are two method of installation:

1. Through cordova
e.g.
cordova plugin add org.apache.cordova.file
2. Through Phonegap
e.g.
phonegap local plugin add org.apache.cordova.file
also we can use url of github repository instead of org.apache.cordova.file

Use:

For using this we have to make a build before then we can use it. Otherwise it will always show js error or will not include plugins



No comments:

Post a Comment