Open Joe2316 opened 1 year ago
Please read documentation for background...
`
android:usesCleartextTraffic="true" already in AndroidManifest.xml because the app works on Android only! is there any way to fix this?
I have no such issues with app continuing to play while my screen is locked. I would recommend checking if you have background restrictions in place for your media apps. Test different devices, make sure you are not on data saver mode etc..
I am having the same issue using IOS. When I lock the screen or the app is not actively open the audio stops.
I'm working on flutter music player app using assets_audio_player: ^3.1.0
when the mobile screen is off the music player stops working until I turn the mobile screen on again music starts playing how to fix it?