circular_countdown_timer
circular_countdown_timer copied to clipboard
Countdown restart doesnt work in background
I start the countdown with 10 seconds, then lock the screen or go to background. When the onComplete
function of the countdown is triggered I have a function that use the method restart(duration: 15)
of the controller of the countdown. The problem is that the countdown only get restarted when I open the app again, it doesn't get restarted in backgound or with the screen locked.
I have the same error
Same issue does any one fix this Please let me know
same problem. Need to notify the user when my timer completes, even if in the background. Please clarify.