Disable mobile keyboard - Forum

Forum Navigation
You need to log in to create posts and topics.

Disable mobile keyboard

How can we prevent displaying of mobile's keyboard when we focus into Textbox fields?

Quote from asmat on March 14, 2019, 8:23 pm

How can we prevent displaying of mobile's keyboard when we focus into Textbox fields?

Try setting the input field to readonly="true"

Hope this helps

Hi bro..

This is good, but this way make the textInput disable and hide the cursor ... I don't want this. I just wanna something to prevent from displaying mobile's keyboard.

I want to make a textBox that works with local keyboard(that's mean I want to make a keyboard whole by myself)

 

I think that's the only way to prevent displaying system keyboard.
Anyway it's possible to simulate a cursor.
Take a look at the attached sample.

Uploaded files:
  • You need to login to have access to uploads.

Since version 20.11.2 it's possible to use SetKeyBoard command to prevent displaying of mobile's keyboard when we focus into Textbox fields or to control the keyboard type to show.

Vadim, CDY@44 and shahram have reacted to this post.
VadimCDY@44shahram
Quote from luishp on December 24, 2020, 12:27 pm

Since version 20.11.2 it's possible to use SetKeyBoard command to prevent displaying of mobile's keyboard when we focus into Textbox fields or to control the keyboard type to show.

Great :)