Google Chrome 101在Android上显示软键盘上的选项卡键,而不是输入HTML输入字段

发布于 2025-02-01 03:07:22 字数 382 浏览 2 评论 0原文

我在Android 11上使用Chrome 101。将重点放在HTML输入字段上会提出软键盘。在较早版本的Chrome中,软键盘将Enter键放在右下方: android soft键盘输入键

但是现在它显示了选项卡键比最后一个。 android soft键盘键键

是否有一种方法或设置,以更改此内容以始终显示Enter Enter输入表单字段的关键?

I am using Chrome 101 on Android 11. Setting the focus on a HTML input field brings up the soft keyboard. In earlier versions of Chrome, the soft keyboard then had the ENTER key on the lower right:
Android Soft Keyboard ENTER key

But now it shows the TAB key instead, for any input form field other than the last one in the form.
Android Soft Keyboard TAB key

Is there a way or setting, to change this to always show the ENTER key for input form fields?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

轻许诺言 2025-02-08 03:07:22

您可以使用

<input type="text" enterkeyhint="done"/>

“完成”似乎是最好的选择,其他人给出了奇怪的行为...

You can fix this using the enterkeyhint attribute, for instance:

<input type="text" enterkeyhint="done"/>

"done" seems the best option, the others give strange behaviour...

明明#如月 2025-02-08 03:07:22

尝试

<input type="text"/>

取代

<input type="search"/>

try to replace

<input type="text"/>

by

<input type="search"/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文