I am displaying an image in a modal.
It works fine on web but on an Android device it only intermittently shows the image (otherwise it shows a no image placeholder).
If I get closing and reopening the modal / image by clicking on the thumbnail, about 25% of the time it shows the image ok.
I figure its something to do with the async loading of the base64 image data I am passing in as a parameter. Any ideas to fix this?
Oh and the weird thing is if you use this code below with the local variable the same name as the parameter that is passed to the modal it will not work properly, same intermittent problem.
So don’t do this.