react-image-lightbox icon indicating copy to clipboard operation
react-image-lightbox copied to clipboard

[Safari iOS] Large Image is not rendered completely

Open fokoz opened this issue 5 years ago • 6 comments

Large Image(3000x3000+) is not fully rendered when open lightbox, Often render about 50-70% of image height. Desktop browsers work fine, it happens only in Safari browser in iOS.

npm version: 5.1 iOS: 12

fokoz avatar Sep 15 '19 16:09 fokoz

the same problem

fallenleavesguy avatar Jan 15 '20 16:01 fallenleavesguy

I have experienced the same issue and have not been able to fix it.

WookashWackomy avatar Mar 24 '20 12:03 WookashWackomy

I have same problem, but only in IOS 13

MaiconFilipiaki avatar Aug 10 '20 17:08 MaiconFilipiaki

In IOS 15 crash and reload

shadowgroundz avatar Mar 27 '22 13:03 shadowgroundz

In IOS 15 crash and reload

Even i'm facing the same issue. Any fix for this?

sagardesai16 avatar Apr 27 '22 15:04 sagardesai16

I too faced this issue, it is due higher image resolution. Light house on iOS Safari is not able to handle image with higher image resolution (might be memory leak due to which browser crash and reload), have handled this by reducing image resolution.

Hope this help someone!

rakeshb-iprogrammer avatar Aug 17 '22 10:08 rakeshb-iprogrammer