-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load images from URI #310
Comments
I have looked into the source (at least for android) and wonder wether this should work. The Todo list of the README states "Load Image from URL.". What is meant by that? What I want to accomplish or loading actual SVGs? |
It works. The accident was with me. |
Can you provide example code for this? |
Just use Image with href="file://path/to/local/file.svg" |
I need the possibility to render images from URI, especially images from the local filesystem.
Is this currently possible?
The text was updated successfully, but these errors were encountered: