After some work and failed experiments I got my zenphoto gallery working with swipes on iOs devices (image mode only). Here's how it works:
First you need to load the jQuery mobile framework, I put it in a subfolder of my theme directory called scripts. I also only have it active if you are on an iOs device (some things get messed up on regular browsers if it's active on a computer).
Use the PHP code in the head:
`
i forgot, don't forget to include the jQuery Mobile stylesheet as well:
http://jquerymobile.com/download/
direct links to your head are:
``
and
``
it sais you are supposed to use jQuery 1.6.4, even through the latest version included with zenphoto is 1.7, seems to work ok, a few things turned blue, but that can be fixed with some css fiddling.