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
I don't know much about android development, when I use dialog to get the path of a file in an app built in tauri, I get a string starting with content://, the fs module of rust doesn't read such a path, what can I do to read the file in the app?
Describe the solution you'd like
Read file in Android App.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
SilverStr1ng
changed the title
[v2][Android]How to read files on Android using an app created by tauri?
[v2][Android]How to covert a content URI to an openable filepath?
Mar 7, 2024
Describe the problem
I don't know much about android development, when I use dialog to get the path of a file in an app built in tauri, I get a string starting with content://, the fs module of rust doesn't read such a path, what can I do to read the file in the app?
Describe the solution you'd like
Read file in Android App.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: