liberation / django-digitalpaper

A complete Newspaper viewer in Javascript, canvas, and CSS.
Do What The F*ck You Want To Public License
21 stars 4 forks source link

Support touch devices #2

Open rik opened 14 years ago

rik commented 14 years ago

It should be adapted for touch devices. iPad and iPhones to start and maybe others.

lauxley commented 11 years ago

Is this still an issue ?

diox commented 11 years ago

Yes, we don't do anything fancy with gestures, we should.

lauxley commented 11 years ago

We are gonna need a newer version of jQuery (1.7+) if we want to implement this the easy way

diox commented 11 years ago

We should just use 1.9 anyway :)

lauxley commented 11 years ago

I started to work on a new branch 'swipe' (https://github.com/lauxley/django-digitalpaper/tree/swipe), i updated jquery to 1.9.1 but jdpicker is not compatible anymore, it might be a good idea to move on from this lib too ... The branch is based on liberation's master but it may be a good idea to talk about the merge of colorbox (at least) before going forward with this one.