aframe-super-keyboard icon indicating copy to clipboard operation
aframe-super-keyboard copied to clipboard

Properly close keyboard

Open carlosveny opened this issue 3 years ago • 1 comments

Hello, is there any way to properly close the keyboard? If I set the "show" property to "false" the keyboard doesn't show but it's still there and interferes with the raycaster from the controllers. If I remove the entire entity from the HTML (.remove()) the keyboard closes correctly but I get the following error in the console: Uncaught TypeError: self.keyHover is null. So basically I can close the keyboard but I get that error, which is annoying. Any help?

carlosveny avatar Mar 06 '22 12:03 carlosveny

Oh man, thanks for mentioning this. I had a weird raycaster issue in an old project I had never diagnosed properly, I bet this was it! lol.

Good catch. I'll look into this at some point and come back here and post if I find anything.

kylebakerio avatar Aug 27 '22 19:08 kylebakerio