Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open offline html file programmatically in windows phone 7

I am building an application in windows phone 7. I have some user guide in HTML. I want to use a web-browser to open these files whenever user touches Help menu. But I don't know how to get the local URLs of these files. Could you help me please?

Thanks so much!

like image 821
Nguyen Minh Binh Avatar asked Oct 14 '22 17:10

Nguyen Minh Binh


1 Answers

You can navigate to HTML stored in isolated storage using a Relative Uri. More details and sample code here.

How to: Display Static Web Content Using the WebBrowser Control for Windows Phone

like image 97
Mick N Avatar answered Oct 18 '22 01:10

Mick N