You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to 'web.stremio.com' on an iOS 14 device
See purple screen, UI never loads
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
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!
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Can open and use Stremio Web without issues.
Screenshots
Smartphone:
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!
The text was updated successfully, but these errors were encountered: