Can't get images from device's local storage #1068
Unanswered
tahademirer
asked this question in
Q&A
Replies: 1 comment
-
If the path is correct with a valid image, you should be able to use |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to render an image from local filesystem on canvas.
This is the path of image on my iOS Simulator Device:
ph://ED7AC36B-A150-4C38-BB8C-B6D696F4F2ED/L0/001
This is the code snippet that I'm using:
Also, this code doesn't work too:
It can't import with a variable. Only accepts a string.
I also tried this:
This one doesn't work either:
How can I solve the problem? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions