Problem
Conditional comments, such as
<!--[if IEMobile]>
<p>Welcome to Internet Explorer Mobile.</p>
<![endif]-->
<![if !IEMobile]>
<p>All other browsers</p>
<![endif]>
don't work on Windows Phone 7! Or, at least not on mine.
Question
Does anyone know exactly how to use these comments, and had tested them before? Does IE 9 on WP7 even support this?
Im sorry to say but the following used to work before Mango.
It looks like now you would have to use JAvaScript and check the UserAgent to see if Windows Phone OS 7 or Windows Phone OS 7.5 is listed...Only way