Get permanent path to a directory after user picks it with SAF with file picker #8484
Unanswered
decipher-cs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My end goal is to allow the user to select favorite folders from their device storage (e.g. Music/playlist or Movies/horror) and then display the folder contents in the app. I am using capawesome's file picker to get permission to the folder but I want to persist the path of the user selected folder and also read its contents.
Is there any capacitor native way to do this or will I have to write my own plugin for it? I noticed that apps like VLC already support this so it's definitely something that android allows.
Beta Was this translation helpful? Give feedback.
All reactions