键盘上的动画视图打开 (Titanium Mobile)

发布于 2024-12-28 23:29:25 字数 165 浏览 2 评论 0原文

开发钛合金手机。

当键盘打开/关闭时,视图/窗口是否应该自动动画?目前它对我不起作用。当我的文本字段获得焦点时,它最终会出现在键盘后面。我尝试在输入字段焦点上触发自定义事件,以便我可以自己为所有内容设置动画,但键盘不会发生这种情况,因此不太顺利。

我错过了什么吗?任何帮助将不胜感激。

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 技术交流群。

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

发布评论

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

评论(1

世界等同你 2025-01-04 23:29:25

在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.

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