I am developing a Tizen web application to retrieve heart rate data and send it to the Android application. Everything works but sometimes the Tizen wearable goes to sleep and the data is no longer sent to the smartphone.
I already tried to add this in the config.xml: <tizen:setting background-support="enable"/>
and I also added this to my code: tizen.power.request("CPU", "CPU_AWAKE");
But when the smartwatch goes to sleep the application on it doesn't run anymore and the data is not sent to the phone anymore...
thanks for your help !
I think that the problem is caused by the situation described here:
To prevent this situation, probably you need to set additional property background-category