MozillaReality / immersive-custom-elements

Immersive Custom Elements
https://mixedreality.mozilla.org/immersive-custom-elements/examples/index.html
Mozilla Public License 2.0
134 stars 8 forks source link

Try polyfill #64

Open takahirox opened 4 years ago

takahirox commented 4 years ago

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.

joshmarinacci commented 4 years ago

use this branch

https://github.com/immersive-web/webxr-polyfill/tree/webxr-2019

takahirox commented 4 years ago

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

takahirox commented 4 years ago

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

joshmarinacci commented 4 years ago

bump

joshmarinacci commented 4 years ago

First verify that importing the polyfill will work correctly in Firefox Desktop, FxR, and Chrome. Other browsers can be tested if we have time.

joshmarinacci commented 4 years ago

I am referring only to the WebXR polyfill.