Reputation: 287
I have added some polyfill to support IE8 and onwards. Unfortunately, everything works well when in developer mode(F12 in IE8) and select the browser mode: internet explorer 8 . But when I close the IE8 developer tool, and open the same page, the IE8 complains a lot error which does not happen in previous developer mode( such as JSON is not supported error). I am really messed with IE8. How to force everything works as in the developer mode?(I need some feature provided by IE8) By the way, i have added the following in the head section
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Thanks~!
Upvotes: 0
Views: 139