google / marzipano

A 360° media viewer for the modern web.
http://www.marzipano.net
Apache License 2.0
1.99k stars 995 forks source link

Webgl supported by most browsers #423

Open tdrayson opened 2 years ago

tdrayson commented 2 years ago

Webgl is mostly supported by all browsers - https://caniuse.com/?search=webgl

Is there a way to remove the bowser.js check?

tjgq commented 2 years ago

I think it's okay to remove the check, but I'm just wondering - why is this a problem? (Note that we still use bowser.js in other places where feature detection isn't feasible, so it wouldn't completely get rid of the dependency.)

tdrayson commented 2 years ago

There are people that are trying to use the builder with safari. I don't need to remove the entire dependancy, just a point in the direction of what part needs to be removed to stop the webgl check.