-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File mapUriToFile returns null #492
Comments
Maybe #468 addresses this? I admit I'm not especially familiar with Android filesystem stuff, so it hasn't gotten the review it deserves yet |
I am also curious about this. I'm using https://github.com/apache/cordova-plugin-media-capture to capture video within my app. I'm looking in to the plugin as well, but I'm wondering if this is correct? On other Android devices we've tried, it works. Another Android 11 device yields something like Edit - It looks like the media-capture plugin people might be aware of this - apache/cordova-plugin-media-capture#215 . I will try and update this if this is the case, so if anyone else gets to here like I did will see the (hopeful) updated plugin. |
Closing as obsolete / out-dated. Too many things has changed between now and 2018. If this issue still persists, please create a new ticket with updated information. |
Hi,
It seems like the method below is depricated and should be replaced with Fileproviders
cordova-android/framework/src/org/apache/cordova/CordovaResourceApi.java
Line 148 in 23b2449
The text was updated successfully, but these errors were encountered: