Skip to content
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

How to debug and why gif.js does not work on mobile? #146

Open
j4nos opened this issue Jul 25, 2022 · 1 comment
Open

How to debug and why gif.js does not work on mobile? #146

j4nos opened this issue Jul 25, 2022 · 1 comment

Comments

@j4nos
Copy link

j4nos commented Jul 25, 2022

Using gif.js for GIF rendering: https://jnordberg.github.io/gif.js/

It works really nice, but on mobile it does not finish. Unfortunatelly I do not know how to debug. The completion handler is not get called, that sure. In Desktop running the app, after each rendered frame there is a log plotted. That tells a lot, but it is not available in mobile.

gif.on('finished', function(blob) {
  window.open(URL.createObjectURL(blob));
});

Is mobile rendering so much resource intensive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants