vanda / DigitalLabels

Django app to generate an interactive gallery label interface, optimised for touch screens and tablets.
Other
1 stars 2 forks source link

Swipe/iPad development for Digital Labels #1

Closed richbs closed 12 years ago

richbs commented 12 years ago

In addition to the "click" or "tap" event on individual images or labels, it would be great to be able to detect a "swipe left" or "swipe right" anywhere on the window. If such an event fires, the "carousel" should be moved one step in the direction of the swipe.

Add swipe control to move an active item left or right.

Get Safari fullscreen with meta elements: http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html

iPad Event Handling: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html

santino commented 12 years ago

Good to know, thanks!

richbs commented 12 years ago

Excellent! Sorry for spamming you all.