How do I debug Internet Explorer on Windows Phone 7?

后端 未结 6 1060
一整个雨季
一整个雨季 2020-12-05 18:15

I\'m not a Windows Phone developer, and I want as little to do as possible with anything related to Microsoft. Nonetheless, I need to get my mobile web app running properly

6条回答
  •  情书的邮戳
    2020-12-05 18:41

    Something that has worked for me, is to test my mobile pages through the Windows Vista built-in Internet Explorer browser. It comes with a script debugger ( which you have to enable in Advanced Options tab through the Internet Options menu ), and it seems that it gets really close to the Internet Explorer Mobile implementation.

    Another tip would be, that, instead of using window.alerts, you can also use document.write or set output to a div content.

提交回复
热议问题