Top "Zoom" questions

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

How do you disable viewport zooming on Mobile Safari?

I've tried all three of these to no avail: <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;” /> &…

html ios mobile-safari zoom viewport
Disable Auto Zoom in Input "Text" tag - Safari on iPhone

I made an HTML page that has an <input> tag with type="text". When I click on it …

html iphone zoom mobile-safari html-input
How to detect page zoom level in all modern browsers?

How can I detect the page zoom level in all modern browsers? While this thread tells how to do it …

javascript browser zoom detection
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 …

javascript browser zoom
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 …

android zoom imageview
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 …

javascript events zoom
Pan & Zoom Image

I want to create a simple image viewer in WPF that will enable the user to: Pan (by mouse dragging …

c# wpf xaml zoom pan
Disable double-tap "zoom" option in browser on touch devices

I want to disable the double-tap zoom functionality on specified elements in the browser (on touch devices), without disabling all …

html browser touch zoom
How can I zoom an HTML element in Firefox and Opera?

How can I zoom an HTML element in Firefox and Opera? The zoom property is working in IE, Google Chrome …

css firefox cross-browser zoom opera
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 …

android android-webview zoom multi-touch