Disable keyboard when click text input fields on IOS/Android?

Anyone know how I can disable the keyboard so it doesnt pop up when click on a text input field in IOS/android?

Set the read only attribute to be true and the keyboard won’t have to appear.
After all as it’s said, “the best code is no code at all.”

1 Like

thanks, learned something new.

another thing, I have a multiple choice select element, that on IOS shows a keyboard when i Click it, is it possible to disable the keyboard? I have a dropdown already showing the options but the keyboard pops up aswell for me to search options, I would like to remove this is possible.

EDIT: https://github.com/ivaynberg/select2/issues/1541

Doesnt seem to be a good fix to this.

Off topic: And then remember to sit in the corner watching your users try to tap on the input field, get frustrated, and finally throw their device against the wall. Hee hee hee!

For me, in brief testing on an ipad I find that the keyboard doesn’t show at all when selecting from a select box.
Can you provide us the select box HTML code that results in the keyboard showing, so that we may investigate a potential solution from there?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.