How to install cordova plugin from a forked repository -


to install phonegap plugin can installed using

cordova plugin install https://github.com/wymsee/cordova-http.git 

and adding following config.xml

<gap:plugin name="com.synconset.cordovahttp" version="0.1.4" /> 

as mentioned in this official document.
need installed forked repository , build app ios , because i'm working on windows, need use phonegap cloud service.

is enough install using:

cordova plugin install https://github.com/brendonparker/cordova-http.git 

if yes, should put in config.xml?

its simple that, need fork plugin git , use cli add plugin project via

cordova plugin add https://github.com/username/forked-plugin-name.git

and if required edit config.xml accondingly


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -