Disable OSK for text field - Perspective

Hi All!

Is there a way to prevent the OSK from opening on an android device when a text field is selected. Hoping to use it with a barcode scanner and the OSK gets in the way.

Using the ignition launcher, not the web gateway.

-Kelly

You could try add in a style
pointer-events: none
Tho im not sure if that works on phones, its not supported on every (old) device/browser
(to reenable "pointer-events: auto")
image

or just disable the input field?