kikoano / web2vr

Dynamically translate HTML and CSS to A-Frame 3D world for virtual reality.
MIT License
126 stars 23 forks source link

VR keyboard on input demo allows arrowkey pass through #8

Closed kylebakerio closed 3 years ago

kylebakerio commented 3 years ago

The input demo/test looks really great, but I noticed that when I hit arrowup/arrowdown, that ArrowUp, etc., went into the text input field, instead of me being able to move the text cursor around (more advanced but optimal) or just move around (easier, more straightforward implementation).

kikoano commented 3 years ago

Never noticed that because I always moved with WASD on desktop. Will disable them in next update. This cannot happen while you are in VR.

kylebakerio commented 3 years ago

It might if a bluetooth keyboard is connected, as they can be in the quest, and in the future will be on the quest 2.

kikoano commented 3 years ago

Will be fixed in the upcoming update.