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
After developing some beautiful charts using chart.js I started testing the results on some real devices. Everything's looking fine on my desktops and smartphones. So I opened https://www.chartjs.org/ on my iPad device to continue testing.
Was expecting to see some nice canvas as I see on other devices (desktop, android).
Current Behavior
Well I do see the page, however I don't see the canvas. At all. Neither on Safari nor Chrome. Also tried incognito mode. Please have a look at this screenshot:
Since chart.js v3 we make use of the resize observer which is not supported in outdated browsers.
I dont see any chrome for IOS in the caniuse table but if they hold the same versioning as for android it explains why it doesnt show in chrome and safari. To solve this you will need to polyfill the resize observer
Expected Behavior
After developing some beautiful charts using chart.js I started testing the results on some real devices. Everything's looking fine on my desktops and smartphones. So I opened https://www.chartjs.org/ on my iPad device to continue testing.
Was expecting to see some nice canvas as I see on other devices (desktop, android).
Current Behavior
Well I do see the page, however I don't see the canvas. At all. Neither on Safari nor Chrome. Also tried incognito mode. Please have a look at this screenshot:
Steps to Reproduce
Context
Needles to say, my chart.js canvas are also not shown, also https://codepen.io/pen?template=BapRepQ doesn't show a chart. However these W3Schools canvas are rendered just fine.
Environment
The text was updated successfully, but these errors were encountered: