On the website I am creating, I have a set of navigation buttons that should be large in order to look nice and easy to click, but they should be small when the user is not moving. Thus, in my user interface, I squeeze the buttons to a thumbnail, and when I hover over the mouse, I animate it to full size. It works well.
But tablets have no mouse and mouse, and I need one more mechanism to allow users to navigate. I was thinking about letting the user click on the thumbnail, and then expand the button bar of the navigation bar, and then the user can click to go.
Question: how do I know if a user is being viewed without a mouse? I guess I can detect the browser, but it seems really flaky.
Alternatively, can someone point me to the best UI design for this situation?
source
share