diff --git a/ui/gallery.html b/ui/gallery.html index 6fda706f..c4d650bb 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -44,8 +44,10 @@ ISSUES: + + - + @@ -63,9 +65,18 @@ $(document).ready(function() { // setup event handlers... $(document) .keydown(handleKeys) + // XXX this is flaky and breaks some of my code... + /*.wipetouch({ + wipeLeft: nextImage, + wipeRight: prevImage, + wipeUp: demoteImage, + wipeDown: promoteImage, + + tapToClick: true + })*/ // XXX does not work on android... - .gestures({eventHandler: handleGestures}) - /* XXX jquery.mobile handlers... + //.gestures({eventHandler: handleGestures}) + /* XXX jquery.mobile handlers... (with this I'm getting way too much bling) .bind('swipeleft', function(e){ nextImage() e.preventDefault()