html5 - 移动web页面如何autofocus,并弹出键盘(from react-china)
PHP中文网
PHP中文网 2017-04-17 13:16:01
0
3
403

react-china上看到的问题,自己也好奇答案,所以转过来问问大神

移动端的页面,需要在进入首页时autofocus,然后弹出键盘。求指导

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(3)
黄舟

It seems that for security reasons, js cannot generate click events. It can only monitor page click events and trigger click events of the input box

document.onclick=function(){
  inputDom.click()
}
刘奇

Isn’t there a focus() function?

Ty80

If you would like to comment or inquire about a question or other answers, please use the "Comment" function.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template