Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Not working? #7

Closed
Heshyo opened this issue Jun 10, 2016 · 3 comments
Closed

Not working? #7

Heshyo opened this issue Jun 10, 2016 · 3 comments

Comments

@Heshyo
Copy link

Heshyo commented Jun 10, 2016

I'm using the following configuration on Phonegap Build, but still whenever I click the home button, the stream I'm playing fades out. Any idea why?

<plugin name="cordova-plugin-media" source="npm" />
<plugin spec="https://github.com/AubreyHewes/cordova-background-audio.git" />
@Heshyo
Copy link
Author

Heshyo commented Jun 30, 2016

Is anyone having the same issue? Or am I using the plugin wrong?
I'm testing on iOS 9.3.2.

@AubreyHewes
Copy link
Owner

possibly #9

@Heshyo
Copy link
Author

Heshyo commented Nov 3, 2016

Actually I tried several plugins and none were working (through Phonegap Build). I'm currently using https://github.com/EddyVerbruggen/cordova-plugin-backgroundaudio but I also added the following to my config.xml

<config-file platform="ios" parent="UIBackgroundModes" overwrite="true">
    <array>
        <string>audio</string>
    </array>
</config-file>

Maybe that setting, which is supposed to be added by the plugin, was somehow not added or overwritten by something else.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants