mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: add mobile-webapp-capable (Forum #36183)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8421 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
525edcdc7d
commit
10b1e0855f
@ -703,6 +703,7 @@ FW_answerCall($)
|
||||
FW_pO '<meta name="viewport" content="width=768"/>';
|
||||
}
|
||||
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="shortcut-icon" href="'.$icon.'"/>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user