fix scaling issue in wp8 and show menu bar when backbutton is pressed on send view

This commit is contained in:
Gabriel Bazán 2016-06-28 16:30:53 -03:00
commit ecaf2c36df
5 changed files with 36 additions and 30 deletions

View file

@ -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+ */