You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
Here is what I did to solve my Android 10 problems, similar to yours:
Android manifest: add the request Legacy External Storage true
Before opening a file, I had to ask for permission, and I used Ionic Diagnostic plugin for this: this.diagnostic.requestExternalStorageAuthorization().then((permission) => console.log('permission storage asked' + permission));
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Problem
When you take pdf anyother file from download you get URI with content://. So in order to resolve i use this package to get file URI path https://www.npmjs.com/package/cordova-plugin-filepath
What is expected to happen?
It should resolve and return file detail
What does actually happen?
It returns error code: 1 // not found
Information
chrome://inspect
Command or Code
Environment, Platform, Device
All Android version i think so btw currently i am testing on Android 10
Version information
Cordova CLI : 10.0.0
Cordova Platforms : android 9.0.0
Checklist
The text was updated successfully, but these errors were encountered: