I’m creating a web watch face for Samsung Gear Sport. I’m using ambient mode and timetick event to update. It works fine, ambient mode turns on, then limited UI is showed (less than 15% of pixels). Then I’ve implemented simple storage (localStorage) and each “timetick” event is put into the localStorage with current timestamp.
Documentation says:
“To reduce power consumption, a Tizen watch application displayed on the idle screen in ambient mode can show a limited UI and receives only the ambient tick event every minute”. https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/event-handling#ambient
And this is not true, because after couple of hours of testing this (10h +) I’ve noticed that “timetick” event is not called each minute. There are major holes in the “timetick” callbacks. Sometimes “timetick” is not called even for 15 minutes. So documentation is wrong and misleading.
Why is that happening, that “timetick” event is not called each minute?
Why documentation is not mentioning this “SMALL” detail?
Tizen timetick event missing in ambient mode
Hello.
I’m creating a web watch face for Samsung Gear Sport. I’m using ambient mode and timetick event to update. It works fine, ambient mode turns on, then limited UI is showed (less than 15% of pixels). Then I’ve implemented simple storage (localStorage) and each “timetick” event is put into the localStorage with current timestamp.
Documentation says:
“To reduce power consumption, a Tizen watch application displayed on the idle screen in ambient mode can show a limited UI and receives only the ambient tick event every minute”. https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/event-handling#ambient
And this is not true, because after couple of hours of testing this (10h +) I’ve noticed that “timetick” event is not called each minute. There are major holes in the “timetick” callbacks. Sometimes “timetick” is not called even for 15 minutes. So documentation is wrong and misleading.
Why is that happening, that “timetick” event is not called each minute?
Why documentation is not mentioning this “SMALL” detail?
Cheers, Damian Michalak.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio