I have some galleries on http://rockcitybless.com which work perfectly in IE, Chrome and the desktop versions of Safari, Firefox and others.
But on iPa
Touch events cause issues. This definitely a bit of a hack but works well:
$(target).on('touchend', function(e) { $(this).trigger('click'); });