How to display image from URL in Mendix Native

1
Hi everyone, currently I’m developing a mobile application using data pulled from API. The problem I am facing is how to display the image from the URL (the image URL returned by the API). I tried to search the forum about the related issue but to no avail. Can anyone give me ideas to handle this problem? Thanks!
asked
1 answers
1

If a URL is all you have, I suppose you could consider using the webview widget

answered