When I want to keep “Zoom” & “Lightbox” options switched off via Single Product Page product gallery theme customization. So now the Images are loading as expected on all Desktop & Android phones. However, in all iPhones whenever the product image is clicked, the image opens in a new link. I have added a video for your reference. Please help me resolve this bug.
Also, I have followed this link to remove the same bug which was present even in desktop browsers initially but it got resolved after putting this below code mentioned here: https://www.8theme.com/reply/206963/
/* #BEGINNING# Below is the CSS code for hiding desktop seperate image opening issue */
.single-product .swiper-control-top:not(.zoom-on) img.zoomImg,
.single-product .swiper-control-top:not(.zoom-on) a.zoom {
pointer-events: none;
}
/* #END# */
But even now, the same bug is still present when the site is accessed from iPhone.