Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在实现一个 HTML5/javascript“移动”站点,并且我有一些文本字段,用户应该能够使用“输入”从一个文本字段跳转到另一个文本字段。在最后一个文本字段(当满足某些特定要求时),用户将此“表单”发送到服务器。我使用 javascript 实现了这一点,捕获了 enter 键并将焦点设置在下一个文本字段上。它在 pc 上完美运行,但在 ios 上,在执行第一个“输入”并将焦点设置在下一个文本字段上之后,ios 键盘关闭并且没有文本字段被聚焦。
有任何想法吗?