iOS 5:有什么方法可以防止键盘分裂吗?

发布于 2024-12-10 20:29:30 字数 110 浏览 0 评论 0原文

iOS5 中新的可拆分/可移动键盘不适合我当前正在开发的应用程序的 UI。我们希望按照 iOS 5 之前的标准将其固定在底部。对于如何做到这一点并防止用户移动/拆分键盘有什么想法吗?

干杯!

The new splittable/movable keyboard in iOS5 is not suitable for the UI of an app I'm currently working on. We'd like to fix it in place at the bottom as was the norm pre-iOS 5. Any thoughts on how to do this and prevent the user from moving/splitting the keyboard?

Cheers!

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

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

发布评论

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

评论(1

要走就滚别墨迹 2024-12-17 20:29:30

目前无法防止键盘分割。您最希望的是

  1. 在用户拆分键盘后提供用户反馈
    通知他们这不是最好的用户体验,也不是
    您的应用程序支持。
  2. 在我看来,滚动你自己的键盘

,#1 是最好的方法。在本地化支持下滚动自己的键盘几乎是不切实际的。

It is currently not possible to prevent keyboard splitting. The most you can hope for is to either

  1. Provide user feedback after the user splits the keyboard
    notifying them that this is not the best user experience and is not
    supported by your app.
  2. Roll your own keyboard

IMO, #1 is the best approach. Rolling your own keyboard -- with localization support -- is almost never practical.

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