dimsemenov / PhotoSwipe

JavaScript image gallery for mobile and desktop, modular, framework independent
http://photoswipe.com
MIT License
24.25k stars 3.31k forks source link

Trouble on ChromeBook #1453

Open zachcoss opened 6 years ago

zachcoss commented 6 years ago

During a session (only on chromebook -- works fine on my Mac using Chrome), the photoswipe library works correctly by opening, showing and navigating images, but if the user navigates to another page or refreshes the current page, the photoswipe library will not open and will show any errors in the console.

Any idea what could be causing this? Or ideas on how I could go about debugging this issue to figure out what exactly could be preventing the library from opening any images on any page after the first time?

Here is the info on the Chromebook: Version: 61.0.3163.120 (Official Build) (64-bit) Platform: 9765.81.0 (Official Build) stable-channel panther Firmware: Google_Panther.4920.24.26 Channel: Currently on stable Blink: 537.36 (@) V8: 6.1.534.42 User Agent: Mozilla/5.0 (X11; CrOS x86_64 9765.81.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.120 Safari/537.36

screenshot 2017-11-20 at 1 50 21 pm

dimsemenov commented 6 years ago

Can't recommend much without a reduced test case.

Make sure that init() method is actually called.