黑莓虚拟键盘弹出窗口的对齐问题

发布于 2024-11-17 07:39:13 字数 142 浏览 3 评论 0原文

我有一个登录屏幕,其中包含一些文本字段、文本框、按钮,并且屏幕上有背景图像。现在,问题出在触摸设备上,当虚拟键盘弹出时,屏幕会随着背景图像缩小,并且所有组件的对齐都会受到干扰。我还启用了屏幕的垂直滚动,但对齐仍然受到干扰。请有人帮我解决这个问题。

谢谢,

I have a login screen with some textfields, textboxs, buttons and having the background image to the screen. Now the issue is on touch devices when virtual keyboard is popups, the screen shrinks with its background image and all components alignment get disturbed. I have also enabled the Vertical scroll to the screen but still alignment get disturbed. Please can one help me to sort out this issue.

Thanks,

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

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

发布评论

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

评论(1

醉城メ夜风 2024-11-24 07:39:13

我猜,您正在使用 Display.getHeight() 来对齐 UI 组件。并且显示虚拟键盘后, Display.getHeight() 不会返回实际的屏幕高度。它返回不包括键盘高度的高度。

I guess, you are using Display.getHeight() for the alignment of UI component. And after displaying virtual keyboard, Display.getHeight() not return the actual screen height. It's return the height excluding the keyboard height.

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