Page 1 of 1

Hide Virtual Keyboard in Mobile Devices

Posted: Wed Sep 09, 2020 11:04 pm
by fangeles
Hi JS-Support,

Is it possible to hide (or not show the virtual keyboard at all) when the page is run on a mobile web browser? (or the web app is packaged as stand-alone app).

Sample scenario to this is when the TextBox accepts input from a barcode scanner.

Thank you.

Re: Hide Virtual Keyboard in Mobile Devices

Posted: Thu Sep 10, 2020 7:59 am
by JS-Support @Userware
You can set the focus to an other control when the TextBox received focus. This should make the ios keyboard disappear.