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

[bug][safari] wasm4.js crash with iOS < 14.1 #84

Closed
FaberVitale opened this issue Sep 13, 2021 · 0 comments · Fixed by #86
Closed

[bug][safari] wasm4.js crash with iOS < 14.1 #84

FaberVitale opened this issue Sep 13, 2021 · 0 comments · Fixed by #86

Comments

@FaberVitale
Copy link
Contributor

FaberVitale commented Sep 13, 2021

Wasm4 does not work on iOS14.0 or lower

Unhandled Promise Rejection: ReferenceError: Can't find variable: AudioContext

Tested on simulator with iphone 11Max and iOS14.0 .
It seems that before 14.1 AudioContext was behind a vendor prefix.

source: https://developer.mozilla.org/en-US/docs/Web/API/AudioContext#browser_compatibility

@FaberVitale FaberVitale changed the title [bug][safari] crash in iOS < 14.1 [bug][safari] wasm4.js crash with iOS < 14.1 Sep 13, 2021
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