mreq / slick-lightbox

A lightbox wrapper for Ken's amazing slick carousel.
http://mreq.github.io/slick-lightbox/
MIT License
229 stars 103 forks source link

Incompatible with slick 1.5.9 in Safari? #14

Closed UnbekanntesPferd closed 8 years ago

UnbekanntesPferd commented 8 years ago

The slick lightbox seems to be buggy when using with current slick.js (1.5.9) in Safari/iOS. In all our test cases we couldn't swipe within the lightbox until the first element/image has been changed via prev/next-buttons. The DOM changes on swipe, but still the first element is visible.

mreq commented 8 years ago

As of now, it's not compatible with 1.5.9 in Safari.

Slick introduced the useTransform option, which is buggy. See related issue.