peoplewareDo / nativescript-svg

Nativescript plugin - support for .SVG file format
Other
70 stars 55 forks source link

IOS: svg not displayed when its container is not visible on screen #47

Open jscti opened 4 years ago

jscti commented 4 years ago

Say I have a container (menu / stackLayout) with visibility:collapsed. If this container contains a SVGImage, the SVG will be displayed on Android but not on IOS (and it will require a src change to start showing)

ray007 commented 4 years ago

I seem to have the same problem with the svg image in a RadSideDrawer.