-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Responsive design #49
Comments
is needed to make navbar resposive. You need the js to make the button work
|
It's not so hard, but we don't need to be responsive right now, so Just keep the code on it's own branch |
Touch screen devices, like iphone and ipad has no "mouse hover" event, and the buttons should no smaller than 40x40px as apple's guideline put it. No double-click, no right-click.... Mobie device's not only have smaller viewport, but also it's hold vertically(portrait) or horizontally(landscape) interchangeably all the time. |
Do I have to design for Mobie devices?Check google analytics 🔹 People will learn with their mobile devices a lot in the future, and surely we need to support phones and tablets。I'd better also make everything works offline, if users spend some time download the videos before hand. |
Draw some wireframe for each screenSize might be very helpful |
fixed width? if you check github.com, devbootcamp, and a lot relatively complex site, they all go with fixed width. |
有一点可以确认,我们必须支持移动触屏设备。但是可能不是现在。 github 用 920px 的固定宽度,固定的布局可以适应 Mac 和 ipad,这是我当前的任务:
|
现在确定了 fixed width,但是 container 的宽度要确定为多少呢?
结论:无疑我就是要用 1200px,这样 ipad 上其实将就也能用,未来单独为 iphone 和 ipad 再做 layout 也不麻烦。 |
好吧,那就暂时用固定 1200px |
http://twitter.github.com/bootstrap/scaffolding.html#responsive
you don't have to write media query yourself, cause bootstrap provides
.visible-phone
and the like.The text was updated successfully, but these errors were encountered: