我正在为 ios 构建一个 phonegap 应用程序并且有垂直滚动问题。即使没有任何内容,webview 中似乎也有一些像素滚动,这影响了我在 html 中构建的绝对定位的导航栏和标签栏
这是我拥有的 html 页面 - 没有内容,我仍然得到图像中显示的滚动量:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<title>My App</title>
</head>
<body>
<script src="scripts/vendor/cordova-2.4.0.js"></script>
</body>
</html>
滚动截图 http://img20.imageshack.us/img20/5140/screenshot20130225at212.png