How can I bring up the keyboard on mobile devices to catch the input for drawing on an HTML5 canvas?
问题 I'm trying to make a crossword puzzle in javascript / html5 canvas which works on a mobile website. I found this library (modit): https://mod.it/8UmnmJ11 which seems to work well and look good on the desktop, but the mobile version doesn't bring up the keyboard. How can I bring up the keyboard on mobile devices to catch the input for drawing on an HTML5 canvas? The library makes use of HTML5 canvas, which gives the puzzle a nice look and feel. I know I can make such a crossword puzzle with