ngx-gallery icon indicating copy to clipboard operation
ngx-gallery copied to clipboard

The 'previewForceFullscreen' feature is experiencing issues on Safari.

Open tushar33 opened this issue 2 years ago • 0 comments

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.

tushar33 avatar Sep 20 '23 09:09 tushar33