From 30942241d4a44e0a02779fffa3b29128f10b41ee Mon Sep 17 00:00:00 2001 From: Anna Knoerr Date: Tue, 21 Dec 2021 05:17:56 +0100 Subject: added some necessary files --- assets/js/ie10-viewport-bug-workaround.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 assets/js/ie10-viewport-bug-workaround.js (limited to 'assets/js/ie10-viewport-bug-workaround.js') diff --git a/assets/js/ie10-viewport-bug-workaround.js b/assets/js/ie10-viewport-bug-workaround.js new file mode 100644 index 0000000..673a71a --- /dev/null +++ b/assets/js/ie10-viewport-bug-workaround.js @@ -0,0 +1,23 @@ +/*! + * IE10 viewport hack for Surface/desktop Windows 8 bug + * Copyright 2014-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +// See the Getting Started docs for more information: +// https://getbootstrap.com/docs/3.4/getting-started/#support-ie10-width + +(function () { + 'use strict'; + + if (navigator.userAgent.match(/IEMobile\/10\.0/)) { + var msViewportStyle = document.createElement('style') + msViewportStyle.appendChild( + document.createTextNode( + '@-ms-viewport{width:auto!important}' + ) + ) + document.querySelector('head').appendChild(msViewportStyle) + } + +})(); -- cgit v1.2.3-70-g09d2