-
I like to use this plugin in a Phone Build (PB) project. What do I have to place in the config.xml?
When I place the code below in config.xml I get an error in PB that the plugin is unsupported.
…
mmmic updated
9 years ago
-
Hi,
I would really like to use the multi-tracker function in my cordova / PhoneGap application.
Is there a plugin available? Or could a plugin be written easily? I tried to create one but failed sadl…
-
I've install cordova by
`cordova create myApp`
`cd example`
`cordova platform add android`
and get the plugin by
`cordova plugin add https://github.com/wildabeast/BarcodeScanner.git`
After that I've …
-
I tried to add the plugin to the config.xml file and build the project using the phonegap build service.
and got this error:
```
Unable to create app: plugin unsupported: com.couchbase.lite.phonegap …
-
when I receive a notification through phonegap my android app starts in background but when I try to move it to foreground with this plugin nothing happens.
```
pushObject.on('notification').subsc…
-
Hi !
Thanks for this awesome work !
I have a trouble, when I try to add Facebook Connect plugin, I get :
Calling plugman.fetch on plugin "https://github.com/Wizcorp/phonegap-facebook-plugin.git"
F…
-
When I tried to build after the new automatic installation process, conflict is reported:
```
[aapt] /home/edward/src/syncID/kingslist-phonegap/plugins/com.phonegap.plugins.facebookconnect/src/andro…
-
The instructions to build the repo seems to be out of date?
`Run the iOS setup script npm run setup`
There doesn't seem to be a `setup` command in the `scripts` part in `package.json`.
I notic…
-
I have upgraded to PhoneGap 3.5 and now the plugin is no longer working. Is the plugin compatible with PhoneGap 3.5? If so, can you refer me to some documentation on implementing plugins in 3.5? Th…
-
Hello
my app update was rejected by Google due to DEVICE ND NETWORK ABUSE policy violations. I have spent days trying to figure it out and I discovered it's the permissions that are automatica…