fix scaling issue in wp8 and show menu bar when backbutton is pressed on send view
This commit is contained in:
parent
0852250a8e
commit
ecaf2c36df
5 changed files with 36 additions and 30 deletions
|
|
@ -104,6 +104,21 @@ _:-ms-fullscreen, :root .main {
|
|||
}
|
||||
}
|
||||
|
||||
@viewport {
|
||||
width:320px;
|
||||
}
|
||||
|
||||
@-ms-viewport {
|
||||
width:320px;
|
||||
zoom-user:fixed;
|
||||
max-zoom:1;
|
||||
min-zoom:1;
|
||||
}
|
||||
|
||||
body, html {
|
||||
-ms-overflow-style: none !important;
|
||||
}
|
||||
|
||||
/* removes 300ms in IE */
|
||||
-ms-touch-action: manipulation; /* IE10 /
|
||||
touch-action: manipulation; /* IE11+ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue