67
Views
1
Comments
[Countdown Mobile] How to Restart Countdown Timer again on same screen
Question
countdown-mobile
Mobile icon
Forge asset by CountdownMobileTeam

I want to restart the timer again when the timer get's completed.

I tried by updating the UntillDate Property Variable in CounterFinishedHandeler by that didn't work.

I don't want to refresh/reload screen, just simply start the timer again.


2021-02-18 12-29-06
António Pereira
Champion

Hi assif,

I found a quick workaround but I don't know if it can help you. 

The counter (the text version), if you enclose it in an If widget, when the timer ends, set the If to false (you can add an Time literal expression to avoid screen flickering). Then, you have an action to set that same If to True. I tried with a hidden button to run this action and it worked. Running the action directly via setTimeout didn't work.

Hope it helps,

Cheers,

AP

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.