audioplayer icon indicating copy to clipboard operation
audioplayer copied to clipboard

Background Play

Open adarshhegde opened this issue 4 years ago • 4 comments

The audio keeps playing even if the process is no longer open, I am having to force kill the app to stop the audio.

adarshhegde avatar May 03 '20 10:05 adarshhegde

Yes same, Is this an issue or some code needed for that.

amangautam1 avatar Jun 18 '20 07:06 amangautam1

You will need to stop the audio manually, as background audio is a feature.

moda20 avatar Jun 20 '20 12:06 moda20

@moda20 Thanks, I understand but even after closing app from recent menu, it keeps playing.

amangautam1 avatar Jun 28 '20 09:06 amangautam1

I have the same issue on Android but not iOS - if I override didChangeAppLifecycleState and call stop() on AppLifecycleState.inactive, AppLifecycleState.paused or AppLifecycleState.detached it keeps playing in the background of the device.

lucasjbyoung avatar Feb 11 '21 11:02 lucasjbyoung