[Solved] Is it possible to create an own keyboard? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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...

14th Apr 2019, 7:23 PM
Meiki
Meiki - avatar
3 Answers
+ 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
20th Apr 2019, 8:27 AM
RadiatedMonkey
RadiatedMonkey - avatar
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?
20th Apr 2019, 10:06 AM
Meiki
Meiki - avatar
0
nice
21st Apr 2019, 6:35 PM
Torikul