-
Notifications
You must be signed in to change notification settings - Fork 59
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
video stops background music #175
Comments
I am also wanting to do this. The documentation for Android says we need to manage our audio focus in some way. Here is some information I found about it: Android: I'm not completely sure if this should be up to the developer to try to get something working or if this should be part of / documented for this library. |
Hey I'm having this issue too 👍 |
After a little googling, it looks like a different library, Nativescript Exoplayer, does allow background sound. I know that isn't a fix for this library but it does let us know that this plugin should probably take care of it for us. I don't know if exoplayer is NativeScript 7 ready. Here's a small excerpt of their readme:
https://github.com/NathanaelA/nativescript-exoplayer/tree/master/src#properties |
Is there a possibility of getting these little options into this library? It would really help if we could allow sound to play in the background of our videos. |
Agreed. Still interested in these changes. Any updates? |
hello, tell me how to start the video so that the music is not paused
I have music playing on my phone (not in my application) and I want to open a page with a video, but so that the music doesn't stop, how can I do this?
The text was updated successfully, but these errors were encountered: