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
In expo plugin there is a prop named enableBackgroundAudio, that is supposed to add audio to the app background capabilities list.
In case the list is empty, this flag takes no effect.
Reproduction Link
Reproduction
Install the lib in expo managed app
play video with playInBackground prop set to true
go to background
notice the playback stops
The text was updated successfully, but these errors were encountered:
Thank you for your bug report. We will review it and get back to you if we need more information.
There is a newer version of the library available. You are using version 6.4.2, but I believe it's still an issue, while the latest stable version is 6.4.5. Please update to the latest version and check if the issue still exists.
Note: If the issue still exists, please update the issue report with the latest information.
Version
6.4.2, but I believe it's still an issue
What platforms are you having the problem on?
iOS
System Version
17.5.1
On what device are you experiencing the issue?
Real device, Simulator
Architecture
Old architecture
What happened?
In expo plugin there is a prop named enableBackgroundAudio, that is supposed to add
audio
to the app background capabilities list.In case the list is empty, this flag takes no effect.
Reproduction Link
Reproduction
playInBackground
prop set totrue
The text was updated successfully, but these errors were encountered: