Terminalを使用してIOSPhonegapアプリを作成し、config.xmlでUIWebViewBounce t = falseを変更し、本文内のすべてのコンテンツを削除し、すべてのCSSデータを削除します。
<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" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title>Hello World</title>
<script type="text/javascript" src="cordova-2.4.0.js"></script>
</head>
<body>
</body>
</html>
これは私のHTMLページで、index.cssは空で、Phonegapのバージョンは2.4です。次に、アプリを実行します。
空のページをスクロールしようとすると、スクロールバーが表示されます。
なんで?誰か助けてくれませんか?
**更新が解決しました:メタタグからheight = device-heightを削除するか、ステータスバーを削除します**