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

Fix failing GIF rendering on mobile #41

Open
Zulko opened this issue Aug 22, 2021 · 0 comments
Open

Fix failing GIF rendering on mobile #41

Zulko opened this issue Aug 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Zulko
Copy link
Owner

Zulko commented Aug 22, 2021

Motivation:

It looks like Gix works OK on mobile devices, up to the stage where you render the final GIF, where it just does nothing. This is very probably due to the fact that GIF generation uses Web Workers, and these are disabled in mobile navigators.

Specs

  • GIF generation works on mobiles
  • Any advantage of web workers, such as nice speed of rendering, are preserved on non-mobile platforms.
@Zulko Zulko added the bug Something isn't working label Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant