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
For mobile devices, you may want to try disabling the navigation arrows and use the button helpers instead. something like:
$(".fancyLink").fancybox({
arrows: false,
closeBtn: false,
helpers : {
title : { type : 'inside' },
buttons : {}
}
});
of course you need to load the fancybox-buttons js and css files