javascript - Load html in windows strore app from appdata folder -
i'm developing windows store app using javascript, html5 , c#. have developed functionality downloads zip web , extracts "appdata" folder in "c" drive. zip file has html files. question is, want display html in windows app.
i'm able load html web in iframe not local drive. tried giving absolute path in iframe not working.
use webbrowser.navigatetostring("parameter"). question possible duplicate: local html file - webbrowser - windows phone 7
Comments
Post a Comment