javascript - HTML text input - Prevent Windows 8 touch keyboard? -


is there way prevent on-screen keyboard popping default when html text input field gets focus on windows 8 touch screen pc?

the application in question barcode/rfid scanning web application.

it preferable if user still pop on-screen keyboard manually if need it.

preferably solution avoids changing global settings of machine.

more info: text input field needs able receive focus , accept keyboard input bar-code , rfid scanners attached terminal.

try

$("#textbox1").attr("readonly", "readonly");                 or $("#state").attr("readonly", true); 

thanks ab


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -