tour_of_nix icon indicating copy to clipboard operation
tour_of_nix copied to clipboard

Layout on mobile devices

Open danbst opened this issue 9 years ago • 7 comments

Navigation on site is very uneasy on mobile. Find the Next/Prev buttons: screenshot_2016-06-15-23-31-31-591

danbst avatar Jun 15 '16 20:06 danbst

indeed true. but this is currently no priority as this is an edge case.

however, if you have an css fix we will apply it.

qknight avatar Jun 15 '16 21:06 qknight

I can only suggest to use Twitter Bootstrap CSS framework. I've used it at work, it's easy to add, pretty for eyes, supports multiple screen sizes and is a treasure for people, who don't know design techniks (like me)

danbst avatar Jun 15 '16 21:06 danbst

oh sorry forgot about that. we have a bootstrap version which is about to be released soon.

qknight avatar Jun 15 '16 21:06 qknight

Nice!

Another mobie issue I've found - the nix code edit box allows cursor drag, but tap on char doesn't move the cursor. So It's hard to edit code. I know it's hard to type code on mobile, but this behavior adds new challenge

danbst avatar Jun 15 '16 21:06 danbst

we've just released the first version. the bootstrap version will be next. please standby ;-)

qknight avatar Jun 16 '16 22:06 qknight

I might rewrite this using ELM, stay tuned!

qknight avatar Sep 14 '23 10:09 qknight

I've started to work on this using bootstrap 5 and as a note for myself, https://codemirror.net/try/ this is the way to do mobile for codemirror.

qknight avatar Sep 27 '23 11:09 qknight