@jsantell @Squareys
The recent addition of WebGL2RenderingContext to the required partials on the WebXRPolyfill global value breaks our usage of the polyfill in the WebXR Viewer on iOS, since the WKWebView doesn't offer that class.
One fix would be to remove WebGL2RenderingContext as a requirement and then testing for its existence in the code that uses it but I wanted to check with you two before submitting a PR to make sure that this won't break anything else.
@jsantell @Squareys The recent addition of WebGL2RenderingContext to the required partials on the WebXRPolyfill global value breaks our usage of the polyfill in the WebXR Viewer on iOS, since the WKWebView doesn't offer that class.
One fix would be to remove WebGL2RenderingContext as a requirement and then testing for its existence in the code that uses it but I wanted to check with you two before submitting a PR to make sure that this won't break anything else.