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
On iOS, when playing a remote audio stream (e.g. HTTP) and reloading the page content, the audio playback keeps playing and there's no way to stop it from JS, except killing the app.
What is expected to happen?
Audio should stop on app reset (like on Android).
What does actually happen?
Audio keeps playing on app reset.
Information
This is somewhat related to #294, although the cause is slightly different: onReset does not clean-up avPlayer and only takes care of local sounds (where audioFile.player is not nil).
Version information
cordova-plugin-media 5.0.4
iOS 15
Checklist
I searched for existing GitHub issues
I updated all Cordova tooling to most recent version
I included all the necessary information above
The text was updated successfully, but these errors were encountered:
goffioul
added a commit
to goffioul/cordova-plugin-media
that referenced
this issue
Apr 28, 2022
Bug Report
Problem
On iOS, when playing a remote audio stream (e.g. HTTP) and reloading the page content, the audio playback keeps playing and there's no way to stop it from JS, except killing the app.
What is expected to happen?
Audio should stop on app reset (like on Android).
What does actually happen?
Audio keeps playing on app reset.
Information
This is somewhat related to #294, although the cause is slightly different:
onReset
does not clean-upavPlayer
and only takes care of local sounds (whereaudioFile.player
is notnil
).Version information
Checklist
The text was updated successfully, but these errors were encountered: