This issue is still going on even in IE 11.
The issue comes down to the following bootstrap.css rule:
@-ms-viewport {
width: device-width;
}
The temporary solution is to override the rule in another css file:
@-ms-viewport{
width:auto!important;
}
It would be nice to see this issue taken into consideration in future releases.
Thank you.
This issue is still going on even in IE 11.
The issue comes down to the following bootstrap.css rule:
@-ms-viewport {
width: device-width;
}
The temporary solution is to override the rule in another css file:
@-ms-viewport{
width:auto!important;
}
It would be nice to see this issue taken into consideration in future releases.
Thank you.