gpt4 book ai didi

ios - IBM Worklight 6.1 - 如何使用 "Go"按钮显示 iOS 键盘?

转载 作者:行者123 更新时间:2023-11-29 03:00:15 25 4
gpt4 key购买 nike

我们正在使用 IBM Worklight 6.1 开发混合应用程序。

对于 iOS,我们如何显示带有“Go”按钮而不是“return”按钮的键盘?

最佳答案

请参见此处:Go vs. return button in iOS keyboard for HTML input forms

The 'Go' button is only shown, if the <input> tag is inside a <form> tag. So, if you access your form elements afterwards with i.e. JavaScript, you can omit <form> tags.

'Go' button:

<form>
<input type="text"></input>
</form>

iOS 7.1 screenshot of keyboard

return button:

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

iOS 7.1 screenshot of keyboard

关于ios - IBM Worklight 6.1 - 如何使用 "Go"按钮显示 iOS 键盘?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23393780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com