I'm writing an app which need to support view docx, pptx and pdf in the app. I know the WebBrowserT开发者_Python百科ask can redirect those documents to be opened by approperiate app. However, how can I open those documents if they were downloaded in the isolated storage. It seems that the WebBrowserTask only support http/https protocol, but not local files. Anyways to open those files? Thanks.
Anyways to open those files?
No.
:(
Currently there is no way to do this. The only way to solve this is by having the documents online somewhere and providing the WebBrowserTask with a direct url. Like you already mentioned this does not work with IsolatedStorage.
精彩评论