This topic is locked

HIDE KEYBOARD IN TABLET

12/10/2018 5:19:33 PM
PHPRunner General questions
V
Victor author

Hi

I have an application that is used in a tablet

there is a field that is field with the scanning of a

bar-code with a bar-code reader
The thing is that the keyboard its activated

when the field for the bar-code is selected and we

need to stop the keyboard of being activated

in this field in particular
I have used the blur() option like this :
$("#value_BARCODE_10").blur() // this the field

that I need the keyboard to be hidden
this is the field of one of the lines in a detail row

inside a master-detail form, but the keyboard it's

displayed immediately when the field it's selected
Is there a way to stop that from happening?
Regards