Hi everyone,
I’m trying to load both html pages and images without having to change my Widget disposition and load everything inside a WebBrowser. The goal would also be to load pdf files in the browser but for now I’m sticking to images.
I tried using Load String with some html code to display an image with the “img” tag and a local image as the source (with the file:/// appendix), but the image never shows up in the widget. I also tried other tags but nothing seems to work.
Is there something in the engine to prevent local files from being displayed in the browser ?
If so, what could be a work-around in my situation ?
Thanks