Ask HN: Do you prefer to hold your tablet landscape or portrait?
I'm new to iPad development, so design issues like this have just been brought to my attention. I'm learning a lot about little subtleties. For example, my kids entertainment app (landscape fixed) features a menu with images of animals that you can drag onto a main canvas. I initially designed this menu on the left, but after a bit of testing, I didn't like the way your arm covered up most of the screen as you were reaching over to touch the menu. This made me realize most people are right handed, and would probably feel the same way. After moving the menu to the right, it also made me realize that a pulling drag is different from a pushing drag, something I might want to take into account for the future.
I've been wondering if people prefer a certain way of holding and using their iPad or tablets. Personally I prefer landscape mode for browsing and reading, as the portrait mode renders more page than necessary and makes the text tiny. Overall I prefer holding it in landscape mode, I'm not sure why but it feels more solid in my hands. Portrait has a weird weight distribution, or maybe it has to do with reaching more because of the bigger north/south distance.
Any thoughts on design/UX appreciated. Thanks
8 comments
[ 313 ms ] story [ 101 ms ] threadAlso probably worth noting that I have a book-aspect tablet, I might have a different preference if it was less tall.
I ended up using a combination of autoresizing masks and resizing some UIView containers in code when it rotates.
I released a landscape-only app for the HP Touchpad (same form factor as an iPad), and a few of the user comments were that they wanted a portrait version, so people do notice these things if they like the app.
Landscape only for games.
I don't understand why you would use landscape for any text based viewing.