a graphical environment where users can change the scale of the viewed area in order to see more detail or less, and browse through different documents
66
votes
4answers
3k views
Should users be able to zoom in a responsive webdesign?
When it comes to a responsive design: should users still be able to zoom in or out?
We are currently working on a responsive design and one of our testers found it awkward that he wasn't able to zoom ...
4
votes
2answers
78 views
Tap or Drag to mark a specific point?
The scenario
We have a screen with a view containing many small symbols. The user will have to choose a single element. In order to find the correct element, he'll have to pinch and pan. As you can ...
4
votes
2answers
317 views
disabling the zoom in functionality on an iPad due to fixed navigational elements
I have an iPad-specific website which has had the "zoom-in" feature disabled on it as I have horizontal and vertical fixed navigational elements that I do not want to go out of view.
I would like to ...
0
votes
1answer
68 views
Unidirectional ZUI? [closed]
There are many zooming user interfaces (ZUI) that zoom in 2
dimensions, but are there any that zoom in just 1 dimension for people
creating timelines, etc? Something like:
...
2
votes
1answer
76 views
How should window resizing affect what portion of a large image is being viewed?
Alright, maybe this isn't that big of a deal, but I'm in perfectionist mode, so here it goes.
Imagine you've got a 3000x3000 image in Photoshop on a 1680x1050 (or whatever it is) monitor. Obviously, ...
26
votes
6answers
2k views
Should Mobile-optimized sites allow Zooming?
Zooming is common on mobile because sites aren't designed for it; you need to zoom, generally, you don't want to zoom around. Mobile sites are supposed to not need any form of zooming, and often ...
2
votes
2answers
89 views
What features to scale when zooming?
Suppose I have a resizable graphic - users can zoom in and out. However, zooming does not scale the whole image the same way: some parts get zoomed in in a traditional way, but some may resize only in ...
5
votes
2answers
189 views
Zoom behavior - can you recommend websites with good zooming experience (not maps)
I am working on a system that presents a hierarchial organizational tree. Each node can potentially have 10 children. The tree has about 10 levels. I want to present information on each node when ...
7
votes
3answers
164 views
What is the best keyboard/mouse click action for zooming in on a globe?
I'm working on a usability study of an interface that shows a globe. You're currently able to click, hold, and drag the globe to move it around (i.e. view the other side of Earth). In testing, I've ...
1
vote
5answers
156 views
What is the standard zooming factor?
I am making a simple graphing widget that will have zooming functionality.
I need to decide the zoom factor to use for typical + / - zoom buttons.
My intuition is to go with 15%.
What zoom factor will ...
4
votes
5answers
372 views
What's a good UI for a “zoom” function?
I'm making a component for a webpage that will need zooming in and out at the location of the mouse cursor. The de-facto standard way I know of doing this is via Ctrl+Mousewheel... but I can't use ...
6
votes
2answers
943 views
Examples of a zoom/pan on hover [closed]
I've got this user interface idea in mind for my dashboard app, and I swear I've seen it before but cannot find an instance of it on the web.
The essence is that you present a thumbnail image to the ...
2
votes
7answers
474 views
Fallback for MultiTouch pan and zoom
A planned app that will run on tablets that support multitouch needs a graceful fallback for tablets and desktops which don't. I have a view onto a possibly very large 2D electron microscopy image ...
3
votes
2answers
464 views
Examples of magnification/zoom to see details [closed]
I'm looking for examples of interfaces where the user is shown part of the UI enlarged or magnified so they can perform a detailed task.
One example would be the magnified text on an iPhone when ...
1
vote
1answer
230 views
Are there any UI libraries for zooming user interfaces. [closed]
I'm creating a CAD package for Windows/Mac/Linux using wxWidgets and OpenGL where most of the UI is implemented in OpenGL, and can be zoomed in and out, including most of the menus and icons. In the ...