iOS用のphonegapアプリを作成していますが、垂直スクロールの問題があります。コンテンツがなくてもWebビューに数ピクセルのスクロールがあるように見えます。これは、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