IE 11 - Is there a way to check then enable / disable enterprise mode?

后端 未结 3 1219
一生所求
一生所求 2020-12-18 05:28

I am out of wit as how to solve this problem in Javascript or HTML. I have customers currently using web applications built for ie9 and under. These legacy applications do

3条回答
  •  無奈伤痛
    2020-12-18 05:56

    To my mind the reason of the issue is that IE 11 Enterprise mode emulates IE 8. But bootstrap doesn't support IE 8. To overcome it just use HTML5 shim and Respond.js as described here.

    
     
    

    But without check like

    热议问题