In a custom widget, we build this HTML element:
<img src="https://example.com/file?guid=21955048183431274" class="customImage" alt="">
On a webbrowser and the Android hybrid app, the correct image is shown. However, on the iPhone hybrid app, an empty box is shown. The console doesn't give any error.
Does anyone have an idea what could cause this and what might fix it?