I have a page that utilizes the timer widget in countdown mode. It reads a timestamp from a Firebase document and starts the countdown from the current time global parameter to that timestamp. This is all good in theory, in practice, the timer widget displays the correct remaining time, but the actual countdown happens like only one out of ten times.
I have an on page load action that compares the times and if found with a positive value, calls the action start timer, cause otherwise it starts giving negative values which is funny and embarrassing at the same time ๐
P.S: The countdown always works in test mode, but on the actual devices (Android and iOS) this behavior happens. If I keep reloading (navigating back and forth) the page, again 1 time out of 10 times the countdown starts, else it's just the duration when the page loaded and stuck like a text widget.
Appreciate any help/ideas on the matter.