I am setting the images as base64 strings, and they show perfectly in Google Chrome, but in Safari it shows blue question marks.
Tried different approaches, such as adding this piece of code
var iosImg = new Image;
iosImg.src = encodedImgString;
iosImg.crossOrigin = 'Anonymous';
And adding extra '=' at the end of the base64 string
But it still breaks.
This is how the tag looks like:
<img class="dark" id="image-tab1-107" src="data:image/jpeg; base64,/9j/4RA/RXhpZgAATU0AKgAAAAgA.......QcWHKu/X+mFBf/Z">