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

Stremio Web not loading on iOS 14 (purple screen) #868

Open
Willy-JL opened this issue Jul 12, 2024 · 0 comments · May be fixed by Stremio/stremio-core#704
Open

Stremio Web not loading on iOS 14 (purple screen) #868

Willy-JL opened this issue Jul 12, 2024 · 0 comments · May be fixed by Stremio/stremio-core#704

Comments

@Willy-JL
Copy link

Willy-JL commented Jul 12, 2024

Describe the bug
iOS 14 WebKit does not support WASM sign extension operations, so stremio-core-web fails to compile and the web interface never loads.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'web.stremio.com' on an iOS 14 device
  2. See purple screen, UI never loads
  3. Connecting a Web Inspector shows the exception: WASM opcode 194 does not compile (this is an i64.extend8_s instruction)

Expected behavior
Can open and use Stremio Web without issues.

Screenshots
image

Smartphone:

  • Device: iPhone 12
  • OS: iOS 14.4.2 beta 2
  • Browser: Safari and all others, the issue lies in WebKit used on iOS 14.x

Additional context
I have diagnosed the issue in Stremio/stremio-core-web#119 and fixed it in Stremio/stremio-core-web#120. Reporting it here now in hopes of being noticed sooner, since it's such a simple change to allow iOS 14 devices to use this amazing service. Thank for the great work you guys do!

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

Successfully merging a pull request may close this issue.

1 participant