LRNWebComponents / hax-body

CODE MOVED TO https://github.com/elmsln/lrnwebcomponents PROJECT HOME:
https://haxtheweb.org/
Apache License 2.0
55 stars 7 forks source link

odd scenarios can trigger aframe-player tag to highjack focus #134

Closed btopro closed 6 years ago

btopro commented 6 years ago

It's very difficult to replicate and isn't really related to HAX (but since it's an element we demo should figure out how to resolve) but some reason after a <a-frame> tag has made its way onto the DOM if your using hax and do the following:

heyMP commented 6 years ago

Just a guess but I think this might fix it. https://github.com/aframevr/aframe/blob/master/docs/components/embedded.md

btopro commented 6 years ago

now doesn't even seem to work in latest version of chrome unless I'm missing something

btopro commented 6 years ago

that lead me to the fix; thx @heyMP