Image is not loading in Shopify Checkout Ui Extension

Image is not loading in Shopify Checkout Ui Extension

ravideshmukh2
Shopify Partner
1 0 1
I'm getting a weired issue in my Shopify Checkout UI Extension. A code snippet is functioning correctly on desktop and Android browsers, but the image is not displaying on iOS Safari and Chrome.
 
Here are the details:
- image is not visible at all in iOS but visible in all the other OS Phones as well as on the Tablet/desktop/laptop etc.
- The image URL works directly on iOS browsers.

Here is my snipper of a code which is working on other browsers but not here.

            <Link to={nextPage} target='_blank'>
                  <Image key={block} source={block} description='Proceed Image' loading='eager' 
                 />
            </Link>
Reply 1 (1)

Jenny6
Excursionist
64 0 4

Hi @ravideshmukh2

 

From what you said here about this issue, it seems to be related to the fact that the website is not compatible with the IOS mobile display. Suggest you can directly contact theme developers for further check to get more ideas, thank you.