Skip to content

Instantly share code, notes, and snippets.

@kontur
Last active December 18, 2015 15:29
Show Gist options
  • Save kontur/5804776 to your computer and use it in GitHub Desktop.
Save kontur/5804776 to your computer and use it in GitHub Desktop.
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style");
msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}"));
document.getElementsByTagName("head")[0].appendChild(msViewportStyle);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment