immersive-custom-elements
immersive-custom-elements copied to clipboard
Try polyfill
Related #60
Currently immersive-custom-elements don't work on some browsers for example Edge. But Google`s model-viewer seems to work on some of them. I suppose that's because they use some polyfills. We should try, too, and add a note to readme.
use this branch
https://github.com/immersive-web/webxr-polyfill/tree/webxr-2019
Thanks for the latest WebXR polyfill.
In addition to WebXR polyfill, these are the polyfills Google's <model-viewer> recommends. Maybe we need most of them too.
https://github.com/GoogleWebComponents/model-viewer/blob/master/POLYFILLS.md#recommended-polyfills
Seems like webxr-2019 branch of immersive-web/webxr-polyfill will be merged to master soon.
https://github.com/immersive-web/webxr-polyfill/issues/75
bump
First verify that importing the polyfill will work correctly in Firefox Desktop, FxR, and Chrome. Other browsers can be tested if we have time.
I am referring only to the WebXR polyfill.