I am making a custom keyboard. When a user clicks on the textbox, it shows the default phone keyboard. How do I disable it?
To disable the textbox, you can use two ways:
-
Set the textbox to not enabled.
-
Set the textbox to read-only.
2 Likes
thanks so much!
the block worked for this purpose !
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.