在我的 phonegap 应用程序中,滚动在某些设备 (android) 中工作正常,但在某些设备中滚动内容不起作用。
我的页面的简单结构如下:
------------标题------------
- - - - - - 内容 - - - - - -
------------页脚-------------
示例代码:
<div id="header"> </div>
<div id="content">
This content does not scroll when overflow
</div>
<div id="footer"></div>
Header and footer is fixed size and position ( top and bottom).
当我尝试滚动内容区域时,它在某些 android 设备中不起作用。
提前感谢您的解决方案。