SVG Supported on MacOS but not iOS? #739
Unanswered
mikechambers
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
-
I am porting a MacOS app to IOS, and am using LazyImage for all image display (local and remote PNGs and local SVGs from Bungle).
Loading and displaying SVGs is working fine for me on MacOS. However, when I run the app on iOS, nothing is displayed (and no error is thrown).
Doing a quick search finds a number of discussions, and this doc:
https://kean-docs.github.io/nuke/documentation/nuke/supported-image-formats/
which seem to basically say SVG isnt supported by Nuke. However, it is working on MacOS, and I wasnt sure if the discussions and docs were out of date, or if SVG is not supported still (but is working for some reason on MacOS
Just want to make sure I understand the latest info.
Beta Was this translation helpful? Give feedback.
All reactions