Tagged Questions
Zooming is the act of enlarging something (a document, an image, a map) to view it in greater detail.
40
votes
5answers
31k views
MKMapView Zoom and Region
I'm familiar with using Google Maps Javascript API. Recently I started using MapKit framework for an iphone project, but I'm having a hard time to figure out zooming and setting a region on map.
In ...
37
votes
4answers
33k views
How can I get zoom functionality for images?
Is there a common way to show a big image and enable the user to zoom in and out and pan the image?
Until now I found two ways:
overwriting ImageView, that seems a little bit too much for such a ...
32
votes
6answers
25k views
Catch browser's “zoom” event in JavaScript
Is it possible to detect, using JavaScript, when the user changes the zoom in a page?
I simply want to catch a "zoom" event and respond to it (similar to window.onresize event).
Thanks.
27
votes
11answers
10k views
How to detect page zoom level in all modern browsers?
How can I detect page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find good solution for FF, Safari and Chrome. For FF one of the suggested ...
19
votes
3answers
4k views
How do I disable zoom on control-scroll in Visual Studio 2010?
Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the control + mouse scroll idiom for zooming in and out.
The ...
13
votes
2answers
3k views
Cannot zoom in and out of nib in the new Interface Builder
Have I missed something obvious or is it not possible to zoom freely in and out of an open nib file, within the integrated Interface Builder of Xcode 4?
13
votes
4answers
10k views
How can I enable zoom in on UIWebView which inside the UIScrollView?
I have a UIWebView which inside a UIScrollView (scrollview contain another component)
I tried to enable multitouch both on Interface Builder or Programmatic on UIWebView but it still cannot zoom for ...
12
votes
1answer
81 views
zoom on webpage
i would like to create a zoom effect for my site for visually impaired people.
i currently have the font that adjust based on a user preferences:
i use this script:
...
12
votes
7answers
8k views
On zoom event for google maps on android
We're building an application which is using the google maps api for android.
I have my MapController and MapView, and I enable the built-in zoom controls using:
...
11
votes
2answers
456 views
Using nearest-neighbor with CSS zoom on canvas (and img)
When using the CSS zoom property, how can I convince the browser to use "nearest neighbor", instead of "bilinear" or any other more advanced zooming algorithms?
My setup is a div that contains a ...
10
votes
1answer
559 views
iPad Zoom Scale Detection
I'm trying to find a way to detect how zoomed in someone is on a web app so that when they click to pull up a menu, the menu stays the same size regardless of the zoom. To do that, I need to be able ...
10
votes
6answers
936 views
Weird Overlay draw behaviour when zooming in the MapView
I've extended Overlay and implemented draw() in order to draw some stuff onto the map.
When zooming is done through mapController.zoomIn() (called when doubleTapping the map),
the overlay is drawn ...
10
votes
1answer
9k views
Silverlight 3 - ScaleTransform or other method to zoom in a Canvas?
I need to be able to zoom in and out of a Canvas using the mousewheel. I have successfully set up the mouse wheel handlers and am currently using a ScaleTransform to apply the zoom; however, the ...
9
votes
7answers
3k views
Disable zoom when clicking on form fields within a WebView?
I've looked through dozens of pages if similar questions, none of them have any answers, so hopefully this one will be different.
I have a webview, and I do not want the zoom of the view to change ...
9
votes
4answers
654 views
is there a library that sticks a zoom in/out button over an image and allows incremental + and -
is there any library or component that allows photoshop or pdf style zooming where i have images that i want users to be able to click to zoom in and out and i want to support being able to zoom in a ...
8
votes
2answers
333 views
How to draw a circle after zoom in android
I am using Image view and drawing overlay image using layerDrawable.
I have used two bitmaps original and myBitmap.
After zoom I am not able draw circle in correct location, it's drawn in different ...
8
votes
2answers
2k views
Matlab: How to zoom subplots together?
This question is almost identical to the one here (except for Matlab):
Matplotlib/Pyplot: How to zoom subplots together?
I have multiple subplots in one figure. The X axis of each plot is the same ...
8
votes
3answers
13k views
android imageView: setting drag and pinch zoom parameters
this is my first post on here! :)
Anyway I am currently developing for Android (my first app) an application which lets users see the subway map and be able to pinch zoom and drag around.
I am ...
7
votes
2answers
162 views
TextView setScaleX()/setScaleY() and setTextIsSelectable(true) selection
I have TextView and want to use setScaleX()/setScaleY() to make the text zoomable. But when I try to select some text by calling someTextView.setTextIsSelectable(true); and TextView has zoom other ...
7
votes
3answers
6k views
enable/disable zoom in Android WebView
There are some methods in WebSettings related to zoom:
WebSettings.setSupportZoom
WebSettings.setBuiltInZoomControls
I noticed they work differently on some deveices.
For example, on my Galaxy S ...
7
votes
2answers
4k views
Javascript / CSS: set (firefox) zoom level of iframe?
I'd like to create a page with multiple iframes displaying different pages - a sort of "browse multiple pages side-by-side" type thing. The trouble is that in doing so, the viewports are pretty small ...
7
votes
3answers
2k views
Min/max zoom level in OpenLayers
I'm using OpenLayers to display a map in a web page. I am using tiles from CloudMade, but the same issues occur with the Mapnik tiles from OpenStreetMap.
I'm trying to restrict the map so that the ...
7
votes
3answers
1k views
How to reset UIWebView's zoom? I'm already using scalesPagesToFit = YES;
I've been looking for the past week for the answer to this question.
I have a UIWebView, inside of a UIScrollView. Everything works great, but I want the content of the UIWebView to reset its zoom, ...
7
votes
3answers
779 views
Jquery draggable with zoom problem
I am working on a page in witch all its contents are scaled by using zoom.
The problem is that when I drag something in the page the dragging item gets a bad position that seems relative to the zoom ...
7
votes
3answers
9k views
Changing the browser zoom level
I have need to create 2 buttons on my site that would change the browser zoom level (+) (-). I'm requesting browser zoom and not css zoom because of image size and layout issues.
Well, is this even ...
6
votes
2answers
85 views
HTML/CSS zooming
Having some difficulties with zooming HTML elements. In FF or Chrome, take a look at (very, very simple, small code):
http://jsfiddle.net/92wHQ/4/
From the drop down, select 150%. The black and ...
6
votes
1answer
872 views
centered zoom in custom view - calculating canvas coordinates
I am working on my first "real" Android application, a graphical workflow editor. The drawing is done in a custom class, that is a subclass of View.At the moment my elements are rectangles, which are ...
6
votes
2answers
587 views
How disable the tip toast message that sometimes appears with the zoom controls in a WebView?
I haven't tested this on any other devices but on a 2.1 device, in a WebView with the zoom controls turned on, a toast message sometimes comes up that says something like "Tip: double tap to zoom in ...
6
votes
7answers
5k views
Disable Auto Zoom in Input “Text” tag - Safari on iPhone
I made an html page that has an tag with type equals "text". When I click in it using Safari on iPhone, all the page becomes larger (auto zoom). Does anybody know how to disable it?
Regards,
...
6
votes
1answer
2k views
Auto-size zoom on Google Maps in java? (depending android screen resolution)
i've got 2 GeoPoints given to show them on the map with markers...
so far so good...
how can I get the optimum zoom level for the MapController in order to focus the middle of both points, but also ...
6
votes
4answers
1k views
WPF and Silverlight controls and layouts pan and zoom capabilities
I would like to understand the general requirements for WPF/Silverlight layout for making it possible to implement pan&zoom (drag and zoom) features. I don't mean pan&zoom for an image but for ...
6
votes
3answers
3k views
How to plot large data vectors accurately at all zoom levels in real time?
I have large data sets (10 Hz data, so 864k points per 24 Hours) which I need to plot in real time. The idea is the user can zoom and pan into highly detailed scatter plots.
The data is not very ...
6
votes
4answers
1k views
How do you implement position-sensitive zooming inside a JScrollPane?
I am trying to implement position-sensitive zooming inside a JScrollPane. The JScrollPane contains a component with a customized 'paint' that will draw itself inside whatever space it is allocated - ...
5
votes
2answers
218 views
Printed parent window of iframed pages causes odd scaling
I was tasked with combining several HTML documents into a single page for printing. My first attempt failed miserably - I tried to isolate the page contents each within their own <div> tag and ...
5
votes
1answer
639 views
Javascript Image Pan / Zoom
By combining some CSS and Jquery UI / draggable I have created the ability to pan an image and with a little extra JS you can now zoom the image.
The problem I am having is that, if you zoom in the ...
5
votes
3answers
392 views
Keep images from zooming with browser
I have a single image with buttons aligned vertically. I then am using css that specifies "background-position" to show the correct button based on the class of the button. The issue I am having, is ...
5
votes
4answers
2k views
html zoom on mouse over
I want to have a photo in a site, and when I mouse over, I want a little magnifier zoom effect.
Can I do this in html with canvas or something? javascript maybe?
thank you
5
votes
4answers
3k views
How can I use JavaScript to set the zoom level on mobile safari?
How can I use JavaScript to set the zoom level on mobile safari?
5
votes
1answer
266 views
Ways to zoom in WPF
I Need to implement zoom same as in office 2010.
The content can be any UI element including a third party grid(probably telerik)
I know 4 ways to implement zoom.
What the best way(performance) to ...
5
votes
3answers
644 views
Ctrl+- (Ctrl+Hyphen-Minus) as ShortCut Key?
It might seem natural to use Ctrl + +, Ctrl + -, and Ctrl + 0 as shortcuts for an application's zoom in, zoom out, and restore default zoom (typically 100 %) actions. Now, in Delphi, I am able to ...
5
votes
3answers
156 views
Trying to zoom in on an arbitrary rect within a screen-aligned quad
I've got a screen-aligned quad, and I'd like to zoom into an arbitrary rectangle within that quad, but I'm not getting my math right.
I think I've got the translate worked out, just not the scaling. ...
5
votes
3answers
4k views
Zoom in Java Swing application
I am looking for ways to zoom in a Java Swing application. That means that I would like to resize all components in a given JPanel by a given factor as if I would take an screenshot of the UI and just ...
5
votes
2answers
2k views
Android: Easiest way to make a WebView display a Bitmap?
I have some images that I loaded from a remote source stored in Bitmap variables and I want to display them. In addition to switching between these images the user should also be able to zoom and pan ...
5
votes
4answers
1k views
Move camera to fit 3D scene
I'm looking for an algorithm to fit a bounding box inside a viewport (in my case a DirectX scene). I know about algorithms for centering a bounding sphere in a orthographic camera but would need the ...
5
votes
7answers
9k views
Reset scale/width/zoom of Safari on iPhone using JavaScript/onorientationchange
I am displaying different content depending on how the user is holding his/her phone using the onorientationchange call in the body tag. This works great - I hide one div while making the other ...
5
votes
8answers
7k views
How to prevent the floating layout wrapping when firefox zoom is reduced
Given the following HTML. It display two columns: #left, #right. Both are fixed width and have 1px borders. Width and borders equal the size of upper container: #wrap.
When I zoom out Firefox 3.5.2 ...
4
votes
1answer
113 views
detecting pinch to zoom on iOS
I am trying to detect a pinch to zoom event on iOS (and Android really) because I am using jQuery Mobile to show pages with a fixed header. In a dream world what I'd like is for the header not to zoom ...
4
votes
1answer
82 views
resizing web page on internet explorer using zoom css property
I'm trying to scale my webpage which I made on 1680 x 1050 monitor to fit a 800 x 600 monitor. I am setting the style/css to "zoom: .7" which works great except that the scroll bar appears. When I use ...
4
votes
1answer
127 views
Make Jquery UI drag and drop work when zoomed out
I was looking at this drag and drop demo for Jquery UI. The demo works fine at a normal zoom. But if you zoom out to say, 50%, things get wonky. ...
4
votes
1answer
774 views
Existent app blowing up with android 3.0 XOOM. ZoomButtonsController Leak?
Unfortunately I don't have a XOOM device and the 3.0 emulator is IMPOSSIBLE to run even on the latest 2011 macbook pro.
I have asked one of the users to send me the error logs and the weirdest things ...