gpt4 book ai didi

html - iOS 设备上的全屏 HTML 位于状态栏下方

转载 作者:技术小花猫 更新时间:2023-10-29 11:24:40 26 4
gpt4 key购买 nike

当我在 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,不管我改成什么都没有区别。

enter image description here

最佳答案

这很奇怪,因为您的代码看起来是正确的。我有两个建议:

  1. 尝试反转 web-app-capablestatus-bar-style 元标记?并不是说它应该有任何区别,但我所有的全屏网络应用程序都以与您相反的顺序排列它们(即:status-bar-style 在前)。

  2. 尝试删除主屏幕应用程序并在进行更改后重新添加它?我发现网络应用程序特定元素(例如:状态栏、图标、启动图像等)的所有元标记都不会一直正确更新,除非我这样做。

关于html - iOS 设备上的全屏 HTML 位于状态栏下方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16609368/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com