Hi all,
I have a timer that starts with a button action counting time up. However when the user leaves the page, the timer stops.
I would like to keep the timer running until user press the Stop button.
Hi all,
I have a timer that starts with a button action counting time up. However when the user leaves the page, the timer stops.
I would like to keep the timer running until user press the Stop button.
On page load, I put two actions:
I start the timer again
reset the timer to minutes past since it was started first (checkin time on page state)
However, the reset the timer apparently only works on count down timers and not count up.
How to make a timer running on the background when the user leaves the page? See the image, the timer should start again from 17 minutes not from zero.