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

时间:2023-01-30
本文介绍了iOS 5:有什么方法可以防止键盘分裂?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

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?

干杯!

推荐答案

目前无法防止键盘拆分.你最希望的就是要么

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

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

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

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

这篇关于iOS 5:有什么方法可以防止键盘分裂?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

上一篇:Cordova 3.4 - 检测键盘事件 下一篇:键盘打开时相应向上滚动 RecyclerView

相关文章

最新文章