diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-10-11 14:50:40 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-11 14:50:40 -0700 |
commit | 28193247bcdd6e03ae2336f8f647f438f2713149 (patch) | |
tree | 4bf63307dd0c452183c6a05bc000b5e996a9cf37 /themes/luci-theme-openwrt-2020 | |
parent | 1be885064e65f4c96189e7f63f29dcbb7040f3cb (diff) |
luci-theme-openwrt-2020: add iOS webapp support
This way instead of opening a Safari tab, it opens in its own instance.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'themes/luci-theme-openwrt-2020')
-rw-r--r-- | themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm index f0c9e563d0..ba0945a172 100644 --- a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm +++ b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm @@ -23,6 +23,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> +<meta name="apple-mobile-web-app-capable" content="yes" /> <link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" /> <link rel="icon" href="<%=media%>/logo.svg" type="image/svg+xml" /> <link rel="apple-touch-icon" href="<%=media%>/logo.png" /> |