themyth92 / ngx-lightbox

Lightbox2 use with angular >= 5
MIT License
115 stars 66 forks source link

Lightbox keep opened on back navigation #6

Closed tom94zoe closed 6 years ago

tom94zoe commented 6 years ago

Hi,

I open a lightbox at a detailsview. If I swipe back to the previous view (Safari - back navigation - iPhone iOS 11.x) the lightbox keeps open.

How can I ensure that the lightbox can only be open at the detailsview? Is there a way to close the lightbox programmatically or to inject the lightBoxModule only for this one detailComponent without creating a new module?

Thank you

themyth92 commented 6 years ago

There is new method close which u can use to close lightbox programatically. Please pull latest version. Tks