How do i use button for typing instead of keyboard for textinput? Already tried using the button but when I click other button, it just got replaced instead of spacing in the textinput.
I think you need to use the Text object to sync between Button and the TextInput.
Text object : use Append Text
TextInput Set Text to Text object
Here is my example : drive.google.com/open
Develop games in your browser. Powerful, performant & highly capable.
thank you so much, it's really working now.