aframe-super-keyboard
aframe-super-keyboard copied to clipboard
Properly close keyboard
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?
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.