-
Recent Posts
Categories
Category Archives: browser
embedded images in HTML
I am trying to use an embedded image in HTML loaded in the WebBrowser control, this is valid HTML, but does not work on phone:<img src=”data:image/jpeg;base64,/9j/4TSdRXhpZgAAS… /> The support of data URI for embedded images was first implemented in IE8. … Continue reading
UserAgent strings for Windows Phone.
From capturing traffic, I am seeing different user agent strings for Windows Phone. What are these? Internet Explorer uses: Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0;) WebClient sets “NativeHost” MediaElement users “NSPlayer/07.00.0000.0000 WMFSDK/07.00.0000.0000″ HttpWebRequest is configurable by … Continue reading