-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pause the storyview while loading image not workinh #25
Comments
Here is an alternative bro https://github.com/bolaware/momentz . Has an example of how to load image from the internet, even play videos too |
Try to run it in main thread, something like this:
|
@tamirherman you saved my life |
How to play video? accrording to progressbar |
One can use view.post() to Update UI instead of handler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
calling storyProgress.pause() inside onNext() doesnt behave properly.
Can't pause the progress when loading image.
Give some alternative or fix this.
The text was updated successfully, but these errors were encountered: