Questions tagged [zooming]

Zooming is the act of enlarging something (a document, an image, a map) to view it in greater detail. (DO NOT USE for questions about the Zoom communications platform; instead, use [zoom-sdk].)

Zooming in graphical user interfaces is a facility that allows users to change the scale of the viewed area in order to see more detail or less. Often, there is a facility that allows the user to move the zoomed area with respect to the overall item being viewed.

6043 questions
2
votes
0 answers

rampToVideoZoomFactor doesn't work on iPhone 7

I used rampToVideoZoomFactor to zoom-out/zoom-in back camera, but now it's not working on iPhone 7+. I'm getting the AVCaptureDevice with this code: let doubleCamDevice = AVCaptureDeviceDiscoverySession.init(deviceTypes:…
2
votes
1 answer

Ionic SVG image slow on iOS

I'm developing an iOS app using ionic, I used an svg image and svg-pan-zoom to zoom on it and move a round it. Everything worked well on my browser but on my iPad the "map" was very very slow takes long time to respond to zoom or pan events! Any…
Mehdi
  • 377
  • 2
  • 6
  • 19
2
votes
1 answer

Zooming multiple subviews in an UIScrollView

How would I go about zooming multiple subviews of an UIScrollView simultaneously? I have a UIScrollView inside another UIScrollView (with paging enabled) and inside the inner scrollview I have four UIImageViews. I would like for the zoom to persist…
vwarg
  • 23
  • 1
  • 3
2
votes
2 answers

Focus and zoom in on a UITextField when touched?

How in the world does one get the iPhone view to zoom in on a focused UITextField? I need to tap on a text field that I want to edit, and my view should zoom in to the tapped text field and pull up the keyboard (which it already does), similar to…
Johnzee
  • 21
  • 1
  • 2
2
votes
2 answers

JavaFX setFitHeight()/setFitWidth() for an image used within a scrollPane disables panning

So I am creating a map in JavaFX and I would like to have the whole map visible at times. However, the issue is that after I set the imageView to fit the screen size then adding it to the scrollPane my zoom function works fine, but once I zoom in I…
2
votes
0 answers

ImageUri from Drawable Folder

I have been following this tutorial to learn how to implement Pinch Zoom and Pan capabilities into an app I am developing. https://www.youtube.com/watch?v=BY8hLhu50po&list=PL9jCwTXYWjDJjDE_JxRozYGKGt8gbUXg7 Basically, he loads an image from the…
DSallee
  • 61
  • 8
2
votes
1 answer

How to recenter map in iPhone app on zoom in/out using MKMapView

I am developing an iPhone application in which I need to show an image at a specific Latitude & Longitude on a Map. The requirement is - Even if the user zooms in or out on this map screen, the map control should automatically center itself after…
Manali
  • 577
  • 4
  • 11
2
votes
1 answer

JMapViewer: pan and zoom not set by when map has just loaded

I have two custom images as markers on JMapViewer. I would like the map to set proper pan and zoom so that the two markers are visible on the map display. I have a button that does it. So, what is happening is that the map is not zoomed to these…
Igor Tupitsyn
  • 1,193
  • 3
  • 18
  • 45
2
votes
1 answer

Visual studio desginer view is zoomed, how can i get the actual size?

Image Problem: form designer bigger then actual size. Maybe this is a stupid question but I havn't found any solution. So my designer view is zoomed(like 150% bigger) than the actual size, I want my desginer view to be normal. There is no problems…
TM4CH
  • 23
  • 4
2
votes
1 answer

fullScreen js iOS safari

I'm trying to make an image go to full screen when clicked on for mobile using screenfull.js. However when I run the iOS simulator the line if (screenfull.enabled) is not passing. Does anyone know how I can make this work for safari mobile? I'm…
MarksCode
  • 8,074
  • 15
  • 64
  • 133
2
votes
1 answer

How do I install zoom-frm.el in Emacs to get zoom by mouse-wheel?

How do I install zoom-frm.el in Emacs to get zoom by mouse-wheel? I want to install zoom-frm.el to Emacs, so I've downloaded the file and placed it inside .emacs.d. Now the file says to place (require 'zoom-frm) inside init.el, however I get the…
Shuzheng
  • 11,288
  • 20
  • 88
  • 186
2
votes
0 answers

How to put Google map like marker on image?

I want to put marker on image like Google map, with functionality like zooming,scrolling of image,dynamically adding of marker on image and marker drag & drop on image. Marker can not be move from there position when image gets zoom. On marker…
2
votes
2 answers

WPF ViewBox zoom/size changed event

I would like to detect changes of the zoom or size of the ViewBox so I can apply some custom logic on the controls inside of it. Is it possible to do?
NoWar
  • 36,338
  • 80
  • 323
  • 498
2
votes
1 answer

Zooming a layout (Relative Layout) in android

I want to zoom in and out all the images inside the layout. I have seen many questions like here and here and tried to implement them but I couldn't. Please help me in order to understand this. My confusion is, why would I extend my class from…
Umair
  • 438
  • 1
  • 8
  • 19
2
votes
1 answer

LeafLet pan and zoom behavior

I'd like to perform a pan and zoom effect from one marker to another. For example if the current view is {lat:m1.lat, lng:m1.lng, zoom:13}, I would do something like this: //Zoom out to initial position map.setView([center.lat, center.lng], 13, {…
A.P
  • 21
  • 2
1 2 3
99
100