Good evening,
I’m inquiring if there’s a method to deactivate the Mobile Virtual Keyboard (MVK) when utilizing the Text Input object in my game project. I intend to utilize the Text Input Object without the MVK appearing each time it’s pressed.
Thank you in advance for your assistance.
You can set the object to disabled and/or read only either by checking checkboxes with edit object or through actions.
https://wiki.gdevelop.io/gdevelop5/objects/text_input/#text-input
Thank you for the help; I will try it out. My apologies for the delayed response.