Replies: 1 comment
-
unfortunnatelly I don't think it it feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make my app fetch the next videos streaming details and then start playing that video. I'm wondering if anybody has any tips as to where I should put this logic? Currently I'm doing it in a effect with a dependency on the video's id and making the API request there as well, but if the phone is locked and screen off, the request doesn't go through since the phone is in "doze mode" on Android. Does anybody know how I could make it continue to load in the background like Spotify and other music streaming apps do?
Beta Was this translation helpful? Give feedback.
All reactions