kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

The 'previewForceFullscreen' feature is experiencing issues on Safari. #117

Open tushar33 opened 9 months ago

tushar33 commented 9 months ago

Angular version: 11 package version: 1.2.3

I'm using Angular version 11 and package version 1.2.3. My configuration settings for image preview are as follows:

'previewZoomStep':1, 'previewZoomMax':5, 'previewZoomMin':1, 'previewForceFullscreen': true

While this configuration works correctly in Chrome and Firefox, it encounters issues when used in Safari on a Mac. Specifically, when clicking on an image it is opening in full-screen mode with zoom which results the arrows and other zoom in/out buttons are not visible as they should be.