jpilfold / ngx-image-viewer

An image viewer component for Angular 2+
MIT License
49 stars 54 forks source link

Pressing 'Esc' button in full screen mode not triggers the toggleFullScreen() Method #28

Open Rishanthakumar opened 5 years ago

Rishanthakumar commented 5 years ago

Since the toggleFullScreen() method is not triggered when the escape button is clicked and when I try to click the fullscreen button again (after the escape) full-screen mode is not applied instead the image resets.