Updates:
Cc:
rak...@chromium.org bil...@chromium.org Summary: elementFromPoint / elementsFromPoint called on i-frame when on fullscreen Mode returns only root element
Comment #15 on issue 876226 by
bil...@chromium.org: elementFromPoint / elementsFromPoint called on i-frame when on fullscreen Mode returns only root element
https://bugs.chromium.org/p/chromium/issues/detail?id=876226#c15This is not a WebVR issue - AFrame is a javascript framework that can sit on top of WebVR or the polyfill. This bug as described in #1 is talking about the behavior with the polyfill. I see the same behavior as described on linux, which doesn't support webvr.
For jsfiddle pages, it appears that the a-frame content is hosted in another iframe, and feature policy prevents that iframe from accessing webvr - so we go through polyfill on android even if webvr flags are enabled.
When the button to enter VR mode is clicked, a canvas element in the page is made fullscreen. This means that the iframe we are trying to call elementFromPoint on isn't in the tree we are making fullscreen. I don't know what is the spec-compliant behavior here, since the iframe isn't visible at this point.
Adding rakina@, who fixed the bug mentioned in #12.
Updating title to avoid confusion about vr mode.
--
You received this message because:
1. You were specifically CC'd on the issue
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settingsReply to this email to add a comment.