peoplewareDo / nativescript-svg

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

SVGImage from URL throws 'Cannot convert object to java/lang/String' #25

Open noomieware opened 7 years ago

noomieware commented 7 years ago

Hi,

trying to load an SVG from URL by using the Tag in View, I get the type conversion error (see image and full stack log). As seen in image, the response to be parsed as SVG is actually a Promise.

type_error.txt

image

jeanchernandez commented 5 years ago

Same problem here, is there a workaround?