naggie / megafilter

2013: Single-user Google RSS Reader alternative, with RESTful API
http://callanbryant.co.uk/#Blog/introducing_megafilter.md
Apache License 2.0
60 stars 6 forks source link

narrow screens: extra responsiveness #1

Closed naggie closed 11 years ago

naggie commented 11 years ago

nav bar should be at bottom, and margins should change

naggie commented 11 years ago

also gestures for phones via http://eightmedia.github.io/hammer.js/

naggie commented 11 years ago

https://github.com/ftlabs/fastclick

naggie commented 11 years ago

I created a branch and implemented this. However, I think the current design handles it better, at least on my nexus 4.

naggie commented 11 years ago

FastClick doesn't attach any listeners on desktop browsers or Chrome on Android with user-scalable=no in the viewport meta tag as it is not needed. You should add this tag if you want to disable double-tap-to-zoom entirely.