HTML5 and JS virtual keyboard

Asked

Viewed 2,846 times

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.

  • 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)

  • 1

    @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.

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.