GDevelop Forum
[Solved] Mobile | Disable Virtual Keyboard
How do I...?
arthuro555
February 5, 2023, 2:22pm
7
Try this:
image
1890×417 18 KB
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
show post in topic