Forcing IE 11 to behave as IE 10

后端 未结 6 2038
无人及你
无人及你 2020-12-24 03:00

We\'ve run into an unusual bug with Internet Explorer and we need to force IE 11 to behave as IE 10 (since this bug is not present in IE 10).

I have tried the follow

6条回答
  •  北海茫月
    2020-12-24 03:03

    I also tried this, it doesn't works for me

    
    

    also its works well if i manually change Useragentstring in F12 IE console to IE10,

    I got a solution here below and its works for me, now my pages works properly in IE11 without changing anything in my code

    Refer this https://stackoverflow.com/a/20422240/2089963

提交回复
热议问题