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 项目中尝试英特尔应用程序框架的基本示例时,屏幕不断调整大小(留下虚拟键盘大小的空白并回到 100% 高度)。
当我在浏览器中试用该网站时,一切都很好......
我尝试了所有我能想到的视口设置……是什么导致了这种行为,但是什么?
问题是“afi”div是绝对定位的。
div
以下 css 解决了这个问题:
#afui { position: static; }