huww98 / TimeChart

An chart library specialized for large-scale time-series data, built on WebGL.
https://huww98.github.io/TimeChart
MIT License
365 stars 31 forks source link

Demo doesn't work on Safari 13.1 on macOS Catalina and iOS 13.1 #3

Closed BellaDiagnose closed 4 years ago

BellaDiagnose commented 4 years ago

[Error] Error: Unable to initialize WebGL. Your browser or machine may not support it. x (timechart.min.js:1:8925) (anonymous function) (timechart.min.js:1:21941) main (demo.js:7) Global Code (demo.js:1)

Safari 13.1 on macOS Catalina

Screen Shot 2020-05-05 at 17 45 27

It's working properly on Chrome 81.

huww98 commented 4 years ago

Thank you for your interest. TimeChart uses WebGL2, and Safari does not support that currently. The error is expected. I have a plan to port this to support WebGL1. Stay tuned.

huww98 commented 4 years ago

@NeuronEye I've added the support to WebGL1, and I've tested on iPhone 11. But I don't have a macOS device. Can you confirm this problem is fixed on Safari on macOS? Just open the demo page and it should work.

BellaDiagnose commented 4 years ago

@huww98 working well on Safari 13.1.1 on macOS Catalina 10.15.5

huww98 commented 4 years ago

Thanks, I think this issue has been resolved.