tour_of_nix
tour_of_nix copied to clipboard
Layout on mobile devices
Navigation on site is very uneasy on mobile. Find the Next/Prev buttons:

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.
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)
oh sorry forgot about that. we have a bootstrap version which is about to be released soon.
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
we've just released the first version. the bootstrap version will be next. please standby ;-)
I might rewrite this using ELM, stay tuned!
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.