Stories
Stories copied to clipboard
pause(), resume() etc not working properly
The pause(), resume() etc methods are not working most of the times.
......... xxxx.pause() .........
Doesn't work at all!
However, if I run them after a delay, around 200-500ms like:
Handler().postDelayed({xxxx.pause()}, 500)
it works! But this delay ruins the user experience.
Also, it prevents developers from implementing complex functionalities.
How to get these methods working, without any delay (Preferably without even using a Handler)?
I love this library, and so do many many other devs. Looking forward to a proper fix of this issue.
Same words from my side.