+ 2
[Solved] Is it possible to create an own keyboard?
I have a html-page with some input-forms in it. When I try to write something into the forms, the smartphone-keyboard opens of course. But is it possible to create an own keyboard on one side of the html-page with which you can fill in the forms without using the smartphone-keyboard? Only about ten keys are necessary. I think about a kind of shortcuts...
3 Réponses
+ 1
Like Jacob Burgess said, you can use buttons. But you should probably use a p tag and edit it with JavaScript, input tags would still make the built-in keyboard appear
0
Thank you for your ideas! I have two p tags, but only one "keyboard". How can I choose the necessary p tag? Should I use radio inputs for each p tag?
0
nice