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.
我在移动设备上显示一个HTML列表。phonegap当键盘打开时,我显示动态列表,但在键盘关闭后,列表仅显示在顶部区域,没有键盘的大小,list(height)-keyboard(height)。
HTML
phonegap
有任何想法吗?
我在 Galaxy Nexus 4.0.4 上遇到了同样的问题。在配备 4.1 的 Galaxy S2 上,它工作正常。我想过尝试 android:windowSoftInputMode="adjustPan"。但是这个解决方案的问题是,键盘覆盖了一些内容。