mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: set shrink-to-fit=no fort smallscreen & tablet (Forum #41467)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9315 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c6b066f043
commit
186bcc903c
@ -711,7 +711,7 @@ FW_answerCall($)
|
|||||||
my $icon = $FW_ME."/images/default/fhemicon_ios.png";
|
my $icon = $FW_ME."/images/default/fhemicon_ios.png";
|
||||||
if($FW_ss) {
|
if($FW_ss) {
|
||||||
FW_pO '<meta name="viewport" '.
|
FW_pO '<meta name="viewport" '.
|
||||||
'content="initial-scale=1.0,user-scalable=1"/>';
|
'content="initial-scale=1.0,user-scalable=1,shrink-to-fit=no"/>';
|
||||||
} elsif($FW_tp) {
|
} elsif($FW_tp) {
|
||||||
FW_pO '<meta name="viewport" content="width=768"/>';
|
FW_pO '<meta name="viewport" content="width=768"/>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user