cnr-isti-vclab / openlime

Web-based, advanced images viewer (RTI, multispectral, BRDF, etc. )
GNU General Public License v3.0
23 stars 6 forks source link

Safari in-Compatibility #15

Closed jacopomazzoni closed 2 years ago

jacopomazzoni commented 2 years ago

In some worst case scenarios on mac os devices hardware acceleration is disabled and only webgl 1 is compatible. while the declaration detects which version of webgl is supported it later seems to use functions that are only compatible with webgl 2.

ponchio commented 2 years ago

WebGL2 capabilities detection has been fixed and a polyfill for ResizeObserver will be needed for older safari.