Can we change the background color to white? For me, if I don't change the background color it stays a light green and if I change it to white it stays the same (light green) but the other colors all work well.
I always receive this error, i tried to change "assets/" to "download/" and other options like to set my own directory but then android give me error about no permission, any ideas? i would be thankfull.
I would prefer to be download directory because when user is downloading pdf from e-mail it lands in download directory, is it possible to get files from download/ anyway?
For now i don't want to implement downloading from cloud a pdf file
There are a couple of methods to handle this, requiring other extensions that can overcome the file permissions issues. One of these is to use the SAF extension, the user would need to pick the file from downloads, this can then be copied to the ASD, where it would become read/write for your app, you can then copy it back to Download where it will then be owned by the app and should be readable by ViewPdf. The other method is to use the webviewextra extension and an html file, to again pick the file, copy it to the ASD (as a blob url), and so on.
As far as I know, this cannot be done without the user having to pick the file.
这里牵涉到了谷歌。
Hello, I want to download this file on the campus network in Chinese Mainland, but the campus network cannot access Google. Can you share the AIX file here? Thank you.