Stories icon indicating copy to clipboard operation
Stories copied to clipboard

pause(), resume() etc not working properly

Open arpanbag001 opened this issue 4 years ago • 1 comments

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.

arpanbag001 avatar Apr 30 '20 17:04 arpanbag001

Same words from my side.

ahsan-idrees-brainx avatar Apr 27 '21 08:04 ahsan-idrees-brainx