[Solved] Mobile | Disable Virtual Keyboard

Try this:


Make sure to select your input object at the top of the JS event.

JS Code to copy paste
objects[0]._renderer._input.inputMode = "none";
3 Likes