Alternatives to F12 Developer tools in Internet Explorer 10 Metro?

后端 未结 2 1924
情书的邮戳
情书的邮戳 2021-02-06 02:23

I\'m testing our JavaScript-heavy web application on Windows 8. For what it seems, IE10 on desktop works just fine. However, the Metro UI version for IE10 seems to break our app

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-06 03:05

    The rendering/ JS Engine in IE10 Desktop and IE10 should be identical. Does your app use any Add-ins (for things like cut and paste support?) As far as I am aware taking IE10 Desktop and switching off plugin support should be the same as running your app in "non desktop IE10"

    As for debugging, you can't get tools to run in IE10 desktop mode. I often use fiddler to inspect the traffic, but you will need to enable loopback on the machine to get this running for Metro IE.

    You could add firebug lite to get basic dev tools.

提交回复
热议问题