Zooming is the act of enlarging something (a document, an image, a map) to view it in greater detail.

learn more… | top users | synonyms

7
votes
0answers
765 views

JFreeChart: get Area or Elements in zoomed Scatterplot

I've got the following problem. I want to zoom-in a Scatterplot and then select all the displayed elements. It would be sufficient to somehow get the displayed area in the zoomed-in Scatterplot. From ...
3
votes
0answers
99 views

Restricting panning and zooming windows 8 phone

I am having trouble with zooming on my windows phone 8 app. The problem is that after I zoom out to a certain amount the grid completely disappears off the screen. I have posted the code below. If you ...
3
votes
0answers
80 views

How to disable zooming ability on iOS for a particular element?

1) Go here on an iPhone/iPad: http://powellcreative.com/clients/Rotary/ I want, when the user zooms in on their device, for the menu bar to NOT zoom in and to stay where it's at and at it's current ...
3
votes
0answers
368 views

Pinch Zoom ListView Android

I'm trying to implement a pinch to zoom in a listview on Android and I'm facing a problem when I click and drag the zoomed list view. First, here's the code: public class ScaleListView extends ...
3
votes
0answers
188 views

Set minimum zoom level for UIImagePickerController cropping

I am using a UIImagePickerController to allow the user to upload a photo for use in my application. After selecting a photo to upload, the user is then prompted to crop his/her photo (since I have set ...
3
votes
0answers
464 views

android 2 finger zoom/pinch

I'm trying to be able to perform two finger zoom/pinch unsing glfrustum , I dont want to use scaling ! here is my ontouch method : public boolean onTouchEvent(View v,MotionEvent event) { ...
3
votes
0answers
532 views

Google maps multi touch pinch and zoom (desktop) touch pc

How can I pinch and zoom through Google maps on a windows 7 mutli-touch pc? I am building a Google maps v3 Javascript-based app which must be touched-based. There won't be a keyboard -- Windows 7 ...
3
votes
0answers
460 views

Android Gallary

I am trying to implement a Image Gallery with zoom in and zoom out facilities on every images. for this i have extended ImageView and added zoom in zoom out mechanism with it, then in the Adapter ...
2
votes
0answers
57 views

IOS Preview in landscape with correct zoom

Who can give me an minimal example in IOS 5 or higher of an app that captures the video of the backside cam with the following requirements: The resolution of the image captured by the camera is ...
2
votes
0answers
58 views

how to edit big images in android?

I am trying to save small images from the original which I load from SDcard. Android doesn't allow me to create bitmap of bigger image sizes so I had to use options, doing so my images' resolution is ...
2
votes
0answers
265 views

Android GridView pinch zoom

I'm trying to implement the pinch gesture to zoom in/ zoom out of a GridView in Android. I've been searching the web for a while now and I've found multiple answers but it comes down to creating a ...
2
votes
0answers
69 views

JS - android landscape zoom

Good day. I'm writing a JS function that returns true if page is zoomed in android by asking if document.body.clientHeight < window.innerHeight. It works, but when changing to landscape ...
2
votes
0answers
1k views

How to set Android Google Maps API v2 map to show whole world map?

I am developing an android application that uses a google map in the background. When I start the application, I want to display a map of the hole word. According to the android google maps API v2: ...
2
votes
0answers
145 views

How can I identify scatter plot data points that are included in a D3 brush?

I'm fairly new to d3 but have been able to use a lot of the examples out there create an SVG scatter plot to which I added a brush to allow the user to higlight a subset of that data. var svg = ...
2
votes
0answers
156 views

Webview image fit on screen

This looks like a duplicate, but I got a weird problem. I use this code: public void showPicture(){ System.out.println("comicTeller = "+comicTeller); WebView mWebView = (WebView) ...
2
votes
0answers
88 views

How to keep element size while WPF zoom in and out?

I faces the problem of keep the same width and height of the element but change the position when it zoom. Like zooming a map with pin, when you zoom, the map is enlarged but the pin keep in the ...
2
votes
0answers
127 views

How to ensure the high quality texture when zooming the 3D model in opengl es

I have some troubles about ensure the quality texture when zooming in the 3d model with texturing the image two-dimensional image in opengl ES while have decided to ask for help! I have loading the ...
2
votes
0answers
317 views

Zooming Views on pinch Android

I have 3-4 views like TextView, Button, ImageView and View on UI now I want to Zoom in/out on only on particular view. This functionality I have achieved but when I Pinch the views get flicker. My ...
2
votes
0answers
189 views

Overlapping “Zoom” div blocking text and options select

First question on this page - yay! I am currently building a website for a client and it is causing me some troubles. I have a zoom-tool which allows the user to zoom an image, when the cursor is ...
2
votes
0answers
76 views

Touch not detected on MKAnnotationView on zoom-in

I have added a tapGestureRegognizer on a MKAnnotationView. I added a pin annotation on the map. There is a certain area around the pin, which is un-clickable. When I zoom-in on the map, this area ...
2
votes
0answers
176 views

How can I get zoom functionality for images with ScaleType.FIT_XY?

I want to implement pinch zooming on a Image view with ScaleType.FIT_XY. With my code pinch zoom is work perfectly, but when i am try to fix height and width of view and setscaletype fit_xy, pinch ...
2
votes
0answers
136 views

Force safari doubletap to zoom into a specific div

Is there a way to make (or trick) Mobile Safari to zoom into a specific div when double taping? I have a lot of divs that are part of my layout, but after a lot of tries I still can not understand ...
2
votes
0answers
757 views

Zoomooz zoomContainer shift away

I am trying to use zoomooz + jquery.mouse.wheel and jquery.kinetic.js to implement a zoom in a free drag/scroll feature in a form designer. Here is a demo of the feature: http://jsfiddle.net/mVf8Z/ ...
2
votes
0answers
119 views

how do i set x y coordinates so that the image zooms onto that point when the imageview is opened?

I have a static Image of a Map and I want it to focus/zoom onto a specific point on the Map (for example when a user searches for a particular location). So far this is how I got the Map displaying, ...
2
votes
0answers
171 views

Android: increase max zoom level of MapView

I´m painting some custom tiles over the Google MapView at some places. Is it somehow possible to increase the max zoom level so that you can zoom more in? The MapView should just use zoomed tiles at ...
2
votes
0answers
208 views

zooming into polyobj in zedgraph

I'm using ZedGraph to write a Stepper Layout Program, where I have to be able to display items of dramatically different sizes next to one another. Once I zoom into an area very deeply, filled ...
2
votes
0answers
279 views

Interfacing with a webcam c#

So I am trying to develop a WPF app that will allow me to turn off the auto zoom and auto focus abilities of my webcam. I'm using the Emgu c# wrapper for opencv and want to be able to do frame ...
2
votes
0answers
1k views

Android GLSurfaceView pinch to zoom

I am trying to implement pinch-to-zoom in GLSurfaceview and can't get it to work. I know how to zoom into the center of the picture, that is easy (the sample I am posting already does pinch-to-zoom to ...
2
votes
0answers
70 views

Android MapView not reloading while zooming

I'm using my own MapView, that derives from MapView in a Fragment. When I zoom out using the zoom out gesture it shows white space around the small piece of zoomed out map. Then, when I release my ...
2
votes
0answers
781 views

HTML5 deep zoom and moving objects

I'm prototyping a web application that needs to be able to show moving objects on top of a background drawing. The objects are fed their positions through WebSockets, which works well. As long as the ...
2
votes
0answers
1k views

enable pinch zoom on a single image/div when its dissable using viewport meta for the rest of the page

Is it possable to exempt an img or div from the viewport meta so that only one image would be able to be zoomed in on similar to a normal jquery image zoom but just using the pinch in / pinch out
2
votes
0answers
149 views

MapView custom onTouch never called after zoom controls

I have set an OnTouch listener on a mapView that show a toast. Everything works great but if i put this code map.displayZoomControls(true); map.setBuiltInZoomControls(true); then the onTouch is ...
2
votes
0answers
358 views

PinthToZoom and Pan of UIView with multiple images

I'm developing an iphone application with an UIView that have an image as a background and multiple buttons with image as background. The image is an image of a country and the buttons are the ...
2
votes
0answers
494 views

gmaps4rails zoom on one marker

I'm using gmaps4rails, and I'd like to keep using the auto zoom feature, but in case I only have one marker I'd like to change the zoom, cause the default one is the maximum zoom. Having read the ...
2
votes
0answers
116 views

webkit browsers incorrectly scaling items when page is zoomed

Safari and Chrome do not correctly scale items in an HTML page when the zoom level is different from 100%. The width of items is changed from 1 to 2 px in comparison to the 100% zoom level. How can ...
2
votes
0answers
969 views

Flex/AIR pinch zoom centreing image

I am developing an application with flex/air and I need to centre an image in the view port while pinch zooming. I start with an image of 3008x2000 at 1:1 scale, I then want to be able to zoom in and ...
2
votes
0answers
368 views

Add zoom to scrollview

How can i add a zoom function to my scrollview in Potrate orientation, when the images are in an subview controllers. in orientation change i call a setup function to change if (([[UIDevice ...
2
votes
0answers
106 views

How do I minimize or restore an external app with the correct animation effect in Vista/Win7?

I'm writing an app that can minimize or restore other, external apps' windows. However, when I do this, the windows will usually just minimize or restore directly, without the zoom/collapse animation ...
2
votes
0answers
533 views

Combining two jQuery plugins and using them as one!

I am a newbie to jQuery and stuff. But I have been using some of the plugins for a while. I had used two very good plugins earlier. Demo of the plugins: plugin 1 plugin 2 I was trying to ...
1
vote
0answers
14 views

Video Camera Zoom

I'm implementing an Android app that record video. I'm trying to implement the zoom functionality but I'm not able to let it work. I haven't not found around any good code. I post the piece of code I ...
1
vote
0answers
8 views

Implement zoom function with Flexslider

I'm having problem implementing a zoom function within flexslider - i want certain images to be (inner) zoomable. Using: http://www.elevateweb.co.uk/image-zoom/examples. the img looks like this, but ...
1
vote
0answers
25 views

Wrong touch position after Matrix transform on RelativeLayout

I'm implementing the function to perform zoom and pan in a RelativeLayout, and I'm almost done. However, when I have views inside the layout and I apply the transforming, the touch of these views do ...
1
vote
0answers
32 views

CSS screen resolution adaption with browser's “zoom”, “moz-zoom”, etc

While searching for an easy way to make my menu (http://www.ck-game.com/newIndex.html) fit screen size I stumbled over the possibility of using the browser's zoom functionalities (zoom, moz-zoom, ...
1
vote
0answers
40 views

Menu Mobile Fixed Zoom, meta or css?

tl:dr; I can't zoom freely on a mobile device throughout each page on http://lillhammarandfriends.com/ I am using an iPhone5. While on the homepage, I try to zoom into the center of the menu, but it ...
1
vote
0answers
43 views

set zoom camera on galaxy ace

on my galaxy ace: parameters.isSmoothZoomSupported () = false parameters.isZoomSupported () = false But in the app default camera setting the resolution to 640 x 480, you can do the zoom. How can I ...
1
vote
0answers
68 views

How to fit the content to WebView in Android without enabling zooming?

I tried setting meta tag as shown below in order to make the content fit to webview, it didn't work. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, ...
1
vote
0answers
55 views

How to load in image already zoomed out

I am trying to display a large Image in my iPhone app. It behaves kind of strangely and I can't get it to center seeing as its so large. Is there a way to load it scaled down so that the whole image ...
1
vote
0answers
59 views

Force Chrome Zoom to 100%

In a produce we are creating there is a piece of functionality which doesn't function perfectly in Chrome unless you are at 100% zoom. Chrome is not a major target for our product, we expect less ...
1
vote
0answers
125 views

Can't fix a conflict between CloudZoom v1.0.3 and the default Bootstrap v2.3.1 Carousel

Bootstrap carousel and cloud zoom work but only with the first image. Here is a demo displaying the problem… ...
1
vote
0answers
149 views

Zooming in UIPageViewController with spineLocation:mid

I am trying to implement a PDF reader with neat page-turning animations AND zooming for two-page exhibition on a landscape mode iPad. I was able to do this partially by creating a UIScrollView with ...

1 2 3 4 5 16