[Android] Can't use the asset protocol to directly display the image on the UI. #13602
Unanswered
PhanDungTri
asked this question in
Q&A
Replies: 1 comment
-
This was discussed a bit in #8911 (comment) - it seems like the asset protocol can't handle content:// and asset:// (not to be confused with tauri's asset protocol) urls yet. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
After getting the content URI from
open
in dialog plugin, I useconvertFileSrc
to get thesrc
for<img>
tag. But it returns 500 error code with message 'No such file or directory'.I already configured the tauri security.
This works on Windows but fails on Android.
Beta Was this translation helpful? Give feedback.
All reactions