I am developing Cordova
App for windows 8.1
. I have developed functionality which downloads zip from web and extracts it to "AppData (appdata:///local/
)" folder of the application.
That zip file has HTML and JS files. Now I want to display that html in windows app. I am accessing a html file 'home.html' file as "ms-appdata:///local/home.html
", but it is not accessible
Any kind of help/suggestion will be appreciated