zooming Questions

5

I have zoom feature working(1x onwards) for custom camera implemented using AVFoundation. This is fine till the iPhone X models. But I wanted to have 0.5x zoom in iPhone 11 and iPhone 11 Pro device...
Deuce asked 14/11, 2020 at 10:5

5

Ctrl + Shift + - is supposed to split the cell from where the cursor is, but it just zooms out the window.
Tarver asked 26/3, 2018 at 7:8

7

Solved

We are using Chrome in kiosk mode and accidentally users are causing the application to zoom with the recent addition of pinch zoom support. They then think they've broken it and simply walk away ...
Guesstimate asked 10/4, 2014 at 21:56

2

Solved

My responsive web app (made with Angular Material) works fine except with input fields on iOS / Safari: when the user focuses on an input field, iOS zooms the web page. Then the zoom level remains,...
Commissary asked 29/8, 2021 at 13:8

4

Solved

I want to enable zoom in and out on double tap of the image, together with scaling in/out on pinch. I saw some tutorials on YouTube where they implemented this feature using GestureDetector like th...
Incrassate asked 22/12, 2020 at 11:59

4

Solved

I have been trying to use this example to learn about zooming and scaling. It does a great job of demonstrating scaling. I've been trying to figure out how to change it so that rather than simply...
Aretino asked 8/4, 2015 at 4:48

14

Solved

How can I zoom an HTML element in Firefox and Opera? The zoom property is working in IE, Google Chrome and Safari, but it’s not working in Firefox and Opera. Is there any method for adding this p...
Snooker asked 29/10, 2010 at 5:54

3

Solved

If you specify axis limits in ggplot the outlying points are removed. This is fine for points, but you might want to plot lines that intersect with the specified range, but ggplot's range or xlim/y...
Thrippence asked 5/9, 2014 at 11:45

7

Solved

I have tried to zoom camera with below code using CameraX. First I get a Preview from CameraX and tried to perform zoom using Preview like below. var config = CameraX.getDefaultUseCaseConfig(Prev...
Strumpet asked 9/5, 2019 at 10:23

2

Solved

I tried to use "user-scalable=no" in the meta tag to disable zooming my webpage. I tested it and the webpage was zoomed in. How can I make it the original but still disable zooming? I also tried in...
Wooley asked 13/6, 2017 at 8:24

5

Solved

If I set the zoom of a tab to 120%, then when opening new tabs, Visual Studio 2012 should open them with a 120% zoom factor and not 100% (the default). But when reopening, Visual Studio the Zoom P...
Prevaricator asked 28/5, 2013 at 9:28

9

Solved

I have this really simple form: http://jsfiddle.net/TKb6M/91/. Sometimes, when I zoom in or out using Chrome, the input borders disappear. For example, when I zoom to 90% I get: Naturally, your ...
Polycythemia asked 22/9, 2012 at 20:46

14

Solved

I've a little problem with chromium 19.0.1058.0 (124615). I've been in the console on the "new tab" tab. Then i wrote a function in the console, then i typed "}" (with alt-gr). ...
Intent asked 2/3, 2012 at 15:3

30

Solved

How can I detect the page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find a good cross-browser solution. Firefox stores the page zoom level for...
Chthonian asked 11/11, 2009 at 8:16

8

Solved

I'm using a webview in my android app, at the moment when the app is started the website is zoomed in quite a lot, i want it to be zoomed out to fit the width of the screen. I currently have this i...
Vitalis asked 24/11, 2012 at 16:40

2

Solved

I'm using Android Studio to display an imageView. I'm using pinch zoom to interact with my ImageView. Code: private class ScaleListener extends ScaleGestureDetector.SimpleOnScaleGestureListener...
Selfcongratulation asked 17/5, 2016 at 7:42

11

Solved

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 eve...
Belmonte asked 28/6, 2009 at 17:32

41

I made an HTML page that has an <input> tag with type="text". When I click on it using Safari on iPhone, the page becomes larger (auto zoom). Does anybody know how to disable this?
Espadrille asked 7/6, 2010 at 12:6

3

Solved

I want to plot a large data range but have ability to zoom in and gain resolution. I need to use custom major and minor tick formatting therefore I lose the ability to have them set dynamically wit...
Regeneracy asked 5/3, 2015 at 0:51

7

Solved

I have several graphs set up to zoom on the container and it works great. However, on the initial load, the zoom level is way too close. Is there a method of setting the initial zoom level to avoid...
Bomarc asked 23/4, 2013 at 20:15

5

Solved

I am wondering if there is a way to zoom in/out or change font size or any way to make the text in the code in Matlab editor bigger/smaller!
Crammer asked 19/11, 2015 at 14:29

4

Solved

I am using InteractiveViewer to display a video. It is working properly. But I want set initial zoom level. Is there a way to do this? return InteractiveViewer( minScale: 1, maxScale: 4, constra...
Conjuncture asked 20/12, 2021 at 15:48

3

Solved

I'd like to use zoom property in CSS for images but would not like to have a blurry effect to enlarged images but rather pixelated. How can I achieve this? edit: if neccesary, it is ok to use othe...
Buttress asked 19/3, 2011 at 18:57

16

Solved

How to change page zoom level in Selenium WebDriver? I tried: driver.Keyboard().pressKey(Keys.Control); driver.Keyboard().pressKey(Keys.Add); But it doesn't work.
Reitareiter asked 22/2, 2013 at 12:54

3

Is it possible to implement zoom buttons for quick zooming (+ and - buttons) with chartjs Now I use this code: pan: { enabled: true, mode: 'xy', rangeMin: { // Format of min pan range depends...
Crosseye asked 9/4, 2018 at 7:27

© 2022 - 2025 — McMap. All rights reserved.