-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with play button #36
Comments
Have a look at issue #39 Make sure you are using the cordova media plugin for your audio playback. HTML5 audio tag overrides the metadata with the html file name. This has always been the case, there doesn't seem to be a way to stop it doing this. |
I am using your plugin in my app for IOS but Play button status does not changes. @ghenry22 I have followed all the mentioned instructions and I am using media plugin and not using any background plugin. |
HERE IS MY CODE this.pltform.ready().then(() => { play() { }
} settingMusicControl(){
} |
Does any one can answer the above mentioned issue for ios??? |
@ghenry22 @CharlesOnAir Please need assistance |
Hello,
I am using your plugin for my application, at the moment I am having two problems.
The first is that I can't change the state of the play button, it is always displayed in play.
The second is when I decided to close my iOs to test the player from the lockscreen, my player disappears to display a pleasure with only "Ionic App" for information.
Thanks for your help !
The text was updated successfully, but these errors were encountered: