webvr-ui icon indicating copy to clipboard operation
webvr-ui copied to clipboard

Does not work with latest webvr-polyfill

Open devasur opened this issue 6 years ago • 2 comments

Enter VR Button does not recognize VR Displays with the latest webvr-polyfill release. Could you please check? @hapticdata @dmotz @HalfdanJ

https://github.com/immersive-web/webvr-polyfill/releases/tag/v0.10.0

devasur avatar Mar 16 '18 12:03 devasur

I was able to get the examples working here with polyfill 0.10.3 -- you just need to add the constructor to explicitly create the scope and options for the polyfill. Check out the first bullet point under Feature Changes in the 0.10.0 release notes

jsantell avatar Mar 16 '18 16:03 jsantell

Thank you Jordan; @jsantell ; I am sure you are right. I will include the explicit constructor. And will fix examples code here.

devasur avatar Mar 17 '18 01:03 devasur