我有一个页面使用" minimal-ui"设置在iOS 7.1上隐藏Safari中的Chrome。
在横向方向,您可以滚动浏览页面底部。页面末尾有大约165个灰色像素。它不像弹性卷轴那样弹回。
是否有解决方法阻止用户滚动浏览页面底部?
注意:
要重现,请在移动版Safari(7.1)中打开任何minimal-ui页面并滚动到底部。这个页面将:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="minimal-ui">
</head>
<body>
Scroll down and you will find 165 pixels of grey below the white page.
</body>
</html>