mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
01_FHEMWEB.pm: add mobile-webapp-capable (Forum #36183)
git-svn-id: https://svn.fhem.de/fhem/trunk@8421 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d41ce048b0
commit
794c987e9a
@ -703,6 +703,7 @@ FW_answerCall($)
|
|||||||
FW_pO '<meta name="viewport" content="width=768"/>';
|
FW_pO '<meta name="viewport" content="width=768"/>';
|
||||||
}
|
}
|
||||||
FW_pO '<meta name="apple-mobile-web-app-capable" content="yes"/>';
|
FW_pO '<meta name="apple-mobile-web-app-capable" content="yes"/>';
|
||||||
|
FW_pO '<meta name="mobile-web-app-capable" content="yes"/>'; # Forum #36183
|
||||||
FW_pO '<link rel="apple-touch-icon" href="'.$icon.'"/>';
|
FW_pO '<link rel="apple-touch-icon" href="'.$icon.'"/>';
|
||||||
FW_pO '<link rel="shortcut-icon" href="'.$icon.'"/>';
|
FW_pO '<link rel="shortcut-icon" href="'.$icon.'"/>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user