I grabbed the iphone theme:
http://code.google.com/p/zenphotoiphone/
and had a few problems and made some fixes. I don't do a lot of web programming and am not sure how to feed this back to the theme author, so I'll post the changes here:
album.php is using a deprecated function getnumsubalbum()
change line 112 from:
$anumber = getNumSubalbums();
to:
$anumber = getNumAlbums();
Edited image.php to use html5 video tag for video. Note if you encode your mp4 video for iphone, then the same files will work well for flowplayer on the desktop and Safari on iPhone.
start at line 49:
if (!isImagePhoto($_zp_current_image)) {
?>
Maybe he reads this but a good way to inform the original creator would probably be the http://groups.google.com/group/zenphoto-iphone as listed on the Google code page.