Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show mobile keyboard without input element

I wanted to show the mobile keyboard in my responsive site. First at i tried to place a hidden input, with placeholder "tap here", but on this input i have an event, which when fires reloads the dom, and bucause of this a cannot able to show the keyboard.

The question is, there is a way to show the keyboard without an input? I'm using HTML5 doctype, and jQuery 2.

Thanks for the answers!

like image 904
Arpad Bajzath Avatar asked Oct 28 '25 15:10

Arpad Bajzath


2 Answers

I'm afraid you can't open the keyboard without using a input. For more information you can read the following thread: Show virtual keyboard on mobile phones in javascript

like image 158
carlos_apa Avatar answered Oct 31 '25 04:10

carlos_apa


If it is for a game, the best manner is create a propper layout with the buttons you want to use.

like image 32
Mou Avatar answered Oct 31 '25 04:10

Mou