Manually triggering the iPhone/iPad/iPod keyboard from JavaScript

后端 未结 7 1166
[愿得一人]
[愿得一人] 2020-11-28 12:34

I am developing an HTML code editor using simple DIV\'s and capturing events. When I use this on the iPad the keyboard never pops up since i\'m not technically in an editab

7条回答
  •  暖寄归人
    2020-11-28 13:03

    I have found that calling prompt("Enter some value") does trigger the keyboard on my iPad 2. Not sure if this is helpful in your situation or not.

提交回复
热议问题