-
Notifications
You must be signed in to change notification settings - Fork 67
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
Playing sound stops background music on Android #133
Comments
I don't have the solution but I did notice that it occurs (in ios as well) when:
|
any solutions so far? |
You need to use an Audio session to duck the audio. Here's a sample repo on how to do it: https://github.com/donnfelker/flutter-audio-ducking |
Use
|
Any new about it? When music is playing in the background on Android, it stops when the app loads. @taosimple This code only solve it on iOS
|
One of my user reported me that everytime playing sound cause stop background music on Android.
Device: HUAWEI Y7 2019
Android version: 8.1 (SDK 27)
The text was updated successfully, but these errors were encountered: