0
Hello,
I am in need of help in building a virtual numeric keyboard in HTML5 and JS
, to a mobile site, but the field input
when clicked cannot trigger the device’s default keyboard, as if the input
is not an editable field for the browser, but only for the virtual keyboard.
Thank you for your attention.
Post the code.
– rubStackOverflow
Why not change the input field for any other, like a button, and when clicked then open your keyboard Virutal (which, I suppose, is done by buttons instead of input)
– MoshMage
@Moshmage, the numeric keyboard is not the problem, the problem and when I click on the 'input' the keyboard of the mobile phone appears automatically and this is what I wanted to avoid, so that the user used the keyboard I made and not the standard keyboard of the mobile phone.
– Lucas Calixto