In my app I take a picture and I upload it to my server with a base64 encode. But when I try to show this image my app don’t render the image (I try with other images and work fine, its a image problem)
Its a bug? I need to decode the Image?
This is the image: http://gf-apps.com:1338/parse/files/mvOcWocrfjGZjNpOv5WlOP75E1lSNCJNYjcGFeqA/7d28d368a4c538031e901fd9f5095945_JPEG_2_1207938489.jpg
I’m trying to show the image in my app. Like:
<Image Url=" https://s3-us-west-2.amazonaws.com/gfappsfiles/803866a3ff80eb6c85be839221828535_JPEG_2_449005428.jpg" />
But the image is not show.
This works:
<Image Url="http://images.wikia.com/finalfantasy/images/a/a8/Wiki-wide.png" />
So I am thinking that your image isn’t encoded correctly or something for Fuse to use. It works in a browser, but it won’t render in Fuse.