Hi guys!
I'm having a hard time to get embedded images from the Binary Data to be displayed on a local html file in an android export.
As a test I made an active image to see if I can load the binData images and it works perfect.
I can't load the HTML file directly, so I made a workaorund.
I got the HTML in a text file, I load the text file with the edit object then port it to the web view object.
The code works, but I cant load the images.
Anyone know how I can make this work?
My goal is to run an HTML 360 panorama project locally.
I'm thankful for any thoughts and feedback on this.