I am trying to develop a PHP Web Interface an Inventory Application. Also, I intend to use this application for TouchScreen Devises like Tablets. There are many forms which needs to be filled within my application besides other touchscreen friendly functionalities.
I would like to find out if are there some jQuery/Javascript possibilities to stop showing keyboard on touchscreen devises? I would prefer to use an external keyboard for typing text in forms.
I found many suggestions like BLUR
or Dissable
or Readonly
inputs. But these suggestion are not good for me, because I would like to type in <input>
fields by my external Keyboard, which is impossible if to use suggestions mentioned above.