简体   繁体   中英

Is it possible to invoke the Keyboard on an input or textarea using Javascript in Mobile Safari?

I had hoped that

$("#element").focus();

or

$("#element").click();

Would work but no luck.

Any Ideas?

If $("#element") is an input or textarea field, then yes, this will cause the keyboard to appear. But only in those cases (not sure about contenteditable divs...).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM