Is it possible for the timer to not reset after I go to another page in my app?

I have the timer component from the marketplace and I want it to continuously countdown until the end. But when I go to another page on the app and come back, the timer resets. Is their anyway to make it so that it doesn’t reset? Thanks!

Edit: Basically, I want to know how to make the countdown universal throughout the app

I think this is not possible.

For a similar reason (I didn’t want to lose data in a webview by changing screens), I ended up making a ‘fake modal’ to avoid any screen transition.

I think in your use case it might not be practical though.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.