sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.
https://www.lightgalleryjs.com/
Other
6.55k stars 1.29k forks source link

Chrome on Ipad OS 16.6 doesn't display Next/Prev/Close buttons #1617

Closed nicolasbinet closed 5 months ago

nicolasbinet commented 7 months ago

Description

On iPad 16.6, Chrome 123.0.6312 doesn't display Next, Prev and Close buttons, and some others.

Steps to reproduce

We have the same problem that your dynamic demo is having. Go to https://www.lightgalleryjs.com/demos/dynamic-mode/ Click on Launch gallery

Not Working on Chrome iPad Os 16 6 Chrome

Working on Safari iPad Os 16 6 Safari

JS code that you use to initialize lightGallery.

N/A

Sample HTML markup

N/A

Environment

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

nicolasbinet commented 5 months ago

@sachinchoolur Can you have a look at this problem. This doesn't seem to be normal that the button don't appear without any specific configuration. Thanks for your help.

mdh commented 1 month ago

@nicolasbinet same here on iphone 15 latest ios in Safari. Were you able to fix this?

mdh commented 1 month ago

For anyone ending up here, you just need to set mobileSettings: { controls: true, showCloseIcon: true, download: true, }

nicolasbinet commented 1 month ago

Thanks @mdh How could I have missed these options, I don't know ... Why did a paid plugin didn't help find this option?