-
My experience is that it stops after a minute or so. Tested on both android and ios. Obviously i mean with background play set up. That works fine. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, if playback is ongoing it should be sent. But as react stops rendering when the app is stopped , it is possible that your app doesn't receive it in that case... But is it really needed ? |
Beta Was this translation helpful? Give feedback.
-
For anyone that sees this and is curious, looks like the real issue is that my api calls aren't going through when the screen is locked. onProgress is continuing to be called (at least when my device is hooked up to the metro bundler). edit: Confirmed, works in a prod build as well |
Beta Was this translation helpful? Give feedback.
For anyone that sees this and is curious, looks like the real issue is that my api calls aren't going through when the screen is locked. onProgress is continuing to be called (at least when my device is hooked up to the metro bundler).
edit: Confirmed, works in a prod build as well