You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.
Use to work great but now build rejects this plugin. I have tried various formats of the thing in config.xml such as
<gap:plugin name="nl.kingsquare.background-audio" version="1.0.1" />
.
Nothing seems to build. I desperately need this plug-in to function in my app. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
OK, I figured it out with the help of Phonegap Build Forum.
Actually, the correct config.xml entry should be: <plugin name="nl.kingsquare.cordova.background-audio" source="npm" />
The readme.md says it should be: <gap:plugin name="nl.kingsquare.background-audio" />
This doesn't work anymore. The source must be NPM and the plugin ID is different there.
I will look into this. Currently the app this was made for does not experience this problem. Though I have understood that we no longer use pgb for that app :-S
Use to work great but now build rejects this plugin. I have tried various formats of the thing in config.xml such as
<gap:plugin name="nl.kingsquare.background-audio" version="1.0.1" />
.
Nothing seems to build. I desperately need this plug-in to function in my app. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: