当我在 iOS 设备上使用 Safari 的全屏模式时,我的网站标题位于状态栏下方。我正在使用 jQuery Mobile,但我在使用 Twitter Boostrap 时也遇到了同样的问题。这是我的代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"> </script>
</head>
<body>
我还截取了问题的屏幕截图。如您所见,我的标题栏位于 iPad 的状态栏下方。我尝试将 apple-mobile-web-app-status-bar-style 更改为不同的东西,但它不会影响状态栏。奇怪的是,apple-mobile-web-app-status-bar-style,不管我把它改成什么都没有区别。