Skip to content Skip to sidebar Skip to footer

I Can't Open Local Files From Filesystem Api On My Android Phone

I have made an HTML 5 application that downloads a pdf file on my server, and writes it in the browser sandbox system. When I go to filesystem:myServerUrl/persistent, I see my pdf

Solution 1:

I have just tested this on Stable, Beta. And it kind of works.

Stable (27) has a problem where it can't download client generated files. For example if you use the a[download] attribute you will see that it opens up the downloader but just sits there doing nothing.

In the Beta (28) everything works as expected, so I would expect your pdf to also save.

I simplified your code here: http://jsbin.com/opavet/latest which works for both links on Beta. But only the later on stable.

Post a Comment for "I Can't Open Local Files From Filesystem Api On My Android Phone"