键盘上的动画视图打开 (Titanium Mobile)
开发钛合金手机。
当键盘打开/关闭时,视图/窗口是否应该自动动画?目前它对我不起作用。当我的文本字段获得焦点时,它最终会出现在键盘后面。我尝试在输入字段焦点上触发自定义事件,以便我可以自己为所有内容设置动画,但键盘不会发生这种情况,因此不太顺利。
我错过了什么吗?任何帮助将不胜感激。
Developing in Titanium mobile.
Are views/windows suppose to automatically animate when the keyboard open/closes? Currently it is not working for me. When my text field gains focus, it ends up behind the keyboard. I tried firing a custom event on my input fields focus so that I could animate everything up myself, but it doesn't happen with the keyboard, and therefore isn't as smooth.
Am I missing something? Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在iOS中,如果你使用scrollView而不是普通View。当滚动视图中的文本字段获得焦点时,滚动视图将自动调整其位置以使文本字段和键盘在屏幕上可见。
我已经在 iPhone 上进行了测试,但需要在 SDK 1.8.2 中的 iPad 上进行交叉检查。
In iOS, if you use a scrollView instead of normal View. When the textfield in scrollView get focus the scrollview will automatically adjust its position to make the textfield and keyboard visible on screen.
I have tested it on iPhone but need to cross check it on iPad in SDK 1.8.2.