I am populating a QVariantMap with JSON data which I'm getting from a web service. This data contains, among other things, URL for images. Now I want to use these images as ImagePaint in my qml file, but in Blackberry OS 10.1, setting the imageSource
to the URL doesn't load the image.
What is the way around this problem? Thanks.
You can use a WebView to display your image like the following: