When my app is open and the screen turns off, it returns to the home screen after a few seconds. How can I do to not return to home screen and avoid leaving my app screen?
Answered! Go to the Best Answer.
Best AnswerYou said it returns to the home screen after a few seconds. Could this be 2 minutes instead?
If so, you may be running into the app timeout feature which causes an app to exit after 2 minutes of inactivity (defined by the display being off). Take a look at the App-Timeout-API:
https://dev.fitbit.com/blog/2018-10-05-announcing-fitbit-os-2.2/#app-timeout-api
John
Best AnswerYou said it returns to the home screen after a few seconds. Could this be 2 minutes instead?
If so, you may be running into the app timeout feature which causes an app to exit after 2 minutes of inactivity (defined by the display being off). Take a look at the App-Timeout-API:
https://dev.fitbit.com/blog/2018-10-05-announcing-fitbit-os-2.2/#app-timeout-api
John
Best Answer