-
Notifications
You must be signed in to change notification settings - Fork 588
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
Android Q support , Migrating legacystorage #310
Comments
I think we're running out of time regarding this issue, as Google chimes in on this:
|
It doesn't appear that this is something that is going to move forward.....or at least with any amount of timeliness. Has anyone taken an alternative approach to opening files in their default app? |
@pwlin has there been any progress here? I'm happy to help but I'll need to be sent in the right direction as I'm not an Android dev. |
Using cordova-plugin-file implementation to get native URI for the file and using it for this plugin should work #resolveLocalFileSystemURI() returns FileEntry, which has 'nativeURL' property, value of which can be used as parameter to this plugin's FileOpener2.open() method |
The plugin uses FileProvider.getUriForFile() whichis now nolonger supported fromAndroid Q scoped storage. Please release an update with new storage scope Mediastore api for android Q support
Android 10 and up
Pixel 2
Plugin version
Here is the output:
3.0.5
The text was updated successfully, but these errors were encountered: