E
egarcia
Guest
Hello Meyrick, A possible way to do this is to write the image file to a web server and provide the URL to the client to access it. However, I believe that you want to use the base64 encoded image returned from a READ or INVOKE operation to the Mobile app. Even though I have not tried this myself, you should be able to use the concept of Data URI scheme, where you can specify a base64 encoded image as the src of an image component. Please take a look at the info in the following article (found via DuckDuckGo): stackoverflow.com/.../embedding-base64-images I hope this helps.
Continue reading...
Continue reading...