I am developing this site that takes a keyboard input and processes it as it is being typed with no use of forms or inputs, I am calling a function with a keypress event.
I tried to test in my mobile device and oh, surprise! the keyboard doesn't show if there's no input field!
How can I force the keyboard to show up with Javascript if there are no input fields?
Thank you!