cthiel / cardboard

A simple web-based card grouping application with a bit of collaboration
https://github.com/cthiel/cardboard
Other
4 stars 0 forks source link

Tablet & other touch device (phone) support? #11

Open garrett opened 13 years ago

garrett commented 13 years ago

It might be nice. Not currently on the radar, just noted for future work.

It would probably be fantastic for meetings. (Or we can ensure that the software just works very well with projectors.)

cthiel commented 13 years ago

:+1:

garrett commented 13 years ago

I did look into this and started making it work on my iPad. However, it was view-only and a little buggy. It mostly works as-is now, though... but I'd like to make it better.

It is nifty to see the stories update after changing it on the laptop, though. (:

cthiel commented 13 years ago

Does dragging work for you? It didn't for me on my iPhone :)

garrett commented 13 years ago

No, that's what I meant by "view-only" for the iPad. I need to fix it somehow.

bear454 commented 13 years ago

Drag doesn't seem to work on my Android devices either. It looks like the ul is getting focus of the press. No auto-refresh either :/

garrett commented 13 years ago

Auto-refresh works on my iPad. The touch events do not, however. If I fix it for one, I'll probably fix it for all. I haven't checked it out on my Android phone yet.

garrett commented 13 years ago

This should include @cthiel's suggestion of adding icons for iOS, so it displays nicely on the home screen.

garrett commented 13 years ago

We could switch everything to "touch" support and use this library, and things would be consistent: https://github.com/davidcalhoun/touche

(Alternatively, we could simply bind functions to multiple events.)