I donโt think that the WebBrowser control could access any images that can be stored in isolated storage, so all the content you want to display you probably need to somehow embed into one html, which will probably require some js code (I'm not a js / html expert) that should be included in the control (IsScriptEnabled, if I remember correctly). Otherwise, it would be better to turn your HTML into XAML or just otherwise analyze it and display it by code.
source share