Is there some way to get a callback when the progressview is done animating. I have a update scenario where i now have to use a timer to let the progressview complete the animation before i do other operations. But i would like to have a oncomplete event when the progressview is done animating.
Is there someone who has built something that handles this without using timers? I cant find anything in the docs about an oncomplete event for the progressview.