Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PhoneGap 开发一个 Android 应用程序。当我将模拟器方向从纵向更改为横向时,页面的页眉和页脚的宽度发生了变化,但data-role="content"块的宽度与纵向模式相同。
data-role="content"
如何解决这个问题。
谢谢...
这在某些安卓设备上是一个不常见的问题。这是我的修复:
body { height: 100%; } #page, #page .content { height: 100%; min-height: 100%; }
在此处添加您的应用程序正在使用的每个页面。不幸的是,我不记得此修复程序的网络资源。