Changing keyboard type for html textarea on iPad

后端 未结 2 983
情书的邮戳
情书的邮戳 2021-01-18 02:23

I\'m writing a web application for iPad. I know it\'s possible to change the type of keyboard displayed when an html input field is selected using:

相关标签:
2条回答
  • 2021-01-18 02:48

    if you use <input title="Search"> the "enter" key is replaced by a "search" button, I haven't been able to find a listing of all the different combinations, but I'm sure there is one to you liking.
    Note: The input must be inside a form element for this to work.

    0 讨论(0)
  • 2021-01-18 02:56

    If it is plain html/css/javascript. This is not possible

    0 讨论(0)
提交回复
热议问题