Jquery Mobile 固定标头。将标题保持在顶部

发布于 2024-10-17 13:19:43 字数 137 浏览 0 评论 0原文

我有一个聊天窗口,使用 jquery mobile 构建。

当用户单击文本框时,将出现虚拟键盘。这会向上推固定页脚,当您单击“完成”时,键盘会向下滑动。标题现在显示在页面中间。

这种行为有解决方法吗?

多谢, 担

I have a chat window, build using jquery mobile.

When the user clicks the text box, the virtual keyboard appears. This pushes up the fixed footer, when you click "done", the keyboard slides down. The header now appears in the middle of the page.

Is there a work around for this behavior?

Thanks a lot,
Dan

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

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

发布评论

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

评论(1

静谧幽蓝 2024-10-24 13:19:43

这不是一个预期的方法,但我想您可以在 bodydocument 上触发 orientationchange 事件或 resize 事件 元素。这应该会导致界面清理。

[编辑]

这可能值得尝试:
http://jquerymobile.com/demos/1.0a3/#docs /toolbars/bars-fullscreen.html

(这可能与您的应用程序的固定定位一样好,谁知道呢;))

This is NOT an intended way to do that, but I guess you can trigger orientationchange event or a resize event on body or document element. This should cause the interface to clean-up.

[edit]

This might be worth trying:
http://jquerymobile.com/demos/1.0a3/#docs/toolbars/bars-fullscreen.html

(It might be as good as fixed positioning for your app, who knows ;) )

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