as the title says, our app is unresponsive when waking from a long sleep.
If the sleep is short (even a few hours), then the app will respond to the remote control buttons. If the sleep is sufficiently long enough, then it will not respond.
Here’s some info on our app. The UI is a React app. The Android app loads the React app and provides data to it. Internet is required for the app to work.
Is there a way to restart the app after waking from a long sleep?
Thanks in advance!