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
Is your feature request related to a problem? Please describe.
Files from the APP-Files directory are opened read-only and are not editable even if the files-path permission is set in the FileProviderXML
...
<files-pathname="app_files"path="." />
...
Describe the solution you'd like
The solution would be to set also the Intent.FLAG_GRANT_WRITE_URI_PERMISSION flag in the intent.
Describe alternatives you've considered
Maybe with another input flag "writeAccess: true"!?
Additional context
We have an ICONIC app for our music as a music reader and would like to have access to the sheet music (PDF), which is stored in the app-files directory, for editing.
The text was updated successfully, but these errors were encountered:
see also ionic-team/capacitor-plugins#2268
Is your feature request related to a problem? Please describe.
Files from the APP-Files directory are opened read-only and are not editable even if the files-path permission is set in the FileProviderXML
Describe the solution you'd like
The solution would be to set also the Intent.FLAG_GRANT_WRITE_URI_PERMISSION flag in the intent.
Describe alternatives you've considered
Maybe with another input flag "writeAccess: true"!?
Additional context
We have an ICONIC app for our music as a music reader and would like to have access to the sheet music (PDF), which is stored in the app-files directory, for editing.
The text was updated successfully, but these errors were encountered: