Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery 元名称apple mobile web app状态栏样式_Jquery_Html - Fatal编程技术网

Jquery 元名称apple mobile web app状态栏样式

Jquery 元名称apple mobile web app状态栏样式,jquery,html,Jquery,Html,我试着为自己做一点申请 我添加了元名称: <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> 这是我的头代码: <div data-role="page" id="p1"> <div data-role="head

我试着为自己做一点申请

我添加了元名称:

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

这是我的头代码:

<div data-role="page" id="p1">
    <div data-role="header" data-theme="a" data-position="fixed"  data-id="footer">                
    </div>

当我添加快捷方式图标并打开应用程序时,我的标题位于状态栏下

问题是什么?

“如果设置为黑色半透明,web内容将显示在整个屏幕上,部分被状态栏遮挡。”


尝试
默认值
黑色

您的意思是将元状态栏置于元功能之前吗?