-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fatal error on iOS Chrome #1491
Comments
Same issue here |
And this is why I always try to avoid touching the UA. I'll get a fix shortly and push up 2.2.3. Thanks for the heads up. |
Amazing, thanks for the fast turnaround! |
Awesome, fix already live on our site. Thanks! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
My app uses [email protected] and crashes on Chrome for iOS, throwing this error:
null is not an object (evaluating 'ua.match(/Version\/(.?) /)[1]')
which corresponds to this line:
howler.js/src/howler.core.js
Line 271 in 4957be0
The user agent string is:
Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1
The text was updated successfully, but these errors were encountered: