Showing posts with label phonegap plugin. Show all posts
Showing posts with label phonegap plugin. Show all posts

Sunday, March 24, 2019

How to specify alternative plugins for phonegap

This is an example of the default:

<plugin name="cordova-plugin-admob-free">


The following are alternatives:

<plugin spec="https://github.com/mukeshphulwani66/admob-fixing-cordova.git" source="git">

Reference:

http://docs.phonegap.com/phonegap-build/configuring/plugins/