How can I keep streamed audio playing in the background of an Ionic Android app? #7238
Unanswered
EntrenaEnCasa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've developed a simple Radio app using Ionic, but I'm encountering an issue where the audio playback stops unexpectedly when the app goes into the background (after about 5 minutes). I've been looking for plugins to address this, but it seems that Capacitor lacks native support for background audio playback. Furthermore, I'm unable to use the Native Audio package because my audio source is not local; it's streamed from an HTTPS link. Any suggestions or workarounds to keep the audio playing in the background would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions