-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Chart doesnt initialise on iOS iPhone SE (2016) #8414
Labels
Comments
Its an unsupported browser. If you want to support that in your app, you need to add the required polyfills. |
Safari 13.1 added support for |
Issue was reported by a client, so the browser version might be outdated, anyways, thanks for the quick response. |
In case someone comes across this issue, here is a possible solution for you
|
3 tasks
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Chart instance should initialise with the provided options
Current Behavior
Initialisation fails with "ReferenceError: Can't find variable: ResizeObserver". Error is not thrown on Desktop(iOS/Safari) or even other iOS Mobile devices. Image below is from Safari mobile debugger tool.
Possible Solution
Possible recent removal of ResizeObserver in #8009 has a reference somewhere in the code?
Steps to Reproduce
Context
Chart doesnt initiate specifically on iPhone SE (2016), on an iPhone SE 2020 it works fine. possible legacy device issue?
Environment
The text was updated successfully, but these errors were encountered: