Top "Zoom" questions

For programming questions related to the Zoom SDK and how it can be used for integrating Zoom communication platform features.

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 …

android webview zoom
Convert lat/lon to pixels and back

I'm using google maps in my application, and I have a webserver with a databse filled with lat/lon values. …

google-maps coordinates zoom pixel
How to get current zoom level from google map for ios?

I use method camera with digital value like this: camera = [GMSCameraPosition cameraWithLatitude:37.35 longitude:-122.0 zoom:6]; and I need automatically redraw …

ios google-maps zoom cllocationmanager
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 …

java user-interface swing zoom scale
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 …

xcode interface-builder xcode4 zoom nib
How to enable Pan and Zoom in a QGraphicsView

I am using python and Qt Designer to implement loading tiff images and to enable Pan and Zoom on some …

python python-3.x pyqt4 zoom qgraphicsview
Properly zooming a UIScrollView that contains many subviews

I created a zoomable UIScrollView and added 100 subviews to it (tiled). The view scrolls perfectly left and right. However, I'd …

iphone objective-c uiscrollview zoom
How to know the current scale of a UIView?

How do you find the current scale (zoom level) of a UIView?

ios objective-c uiview zoom scale
jQuery - draggable div with zoom

This is my code: http://jsfiddle.net/652nk/ HTML <div id="canvas"> <div id="dragme"></…

jquery css jquery-ui zoom jquery-ui-draggable
Is better way to zoom windows in Vim than ZoomWin?

I used to use ZoomWin: https://github.com/vim-scripts/ZoomWin for toggle between one and multiple windows in Vim. But …

vim zoom vim-plugin