How to display local folder images in Html string content in windows phone? -
i have following html content in string format formed dynamically.and navigating html string browser using following code.
string html=@"<html><head>image test</head><body><img src=""/images/test01.png""/></body></html>"; phonebrowser1.navigatetostring(html);
page showing,but image not displayed.please on this
to display such images, need copy them isolatedstorage
: how display static web content using webbrowser control windows phone.
Comments
Post a Comment