jackmoore / colorbox

A light-weight, customizable lightbox plugin for jQuery
http://www.jacklmoore.com/colorbox/
MIT License
4.75k stars 1.14k forks source link

Click event does not work on ipad #872

Open codewp opened 5 years ago

codewp commented 5 years ago

Hi,

Thank you for your great library.

I found that click event does not work on ipad. I mean is below the line. $(document).on('click.'+prefix, '.'+boxElement, clickHandler);

I tried to fix this issue by adding touchstart to event lists and it fixed the click event issue but by using this event user can not scroll!

Regards.