pinchzoom Questions

20

Solved

I want to be able to resize and move an image in SwiftUI (like if it were a map) with pinch to zoom and drag it around. With UIKit I embedded the image into a UIScrollView and it took care of it, ...
Corporal asked 11/10, 2019 at 13:0

5

Solved

I was making a fullscreen photo viewer which contain a pager (used HorizontalPager) and each page, user can zoom in/out and pan the image, but still able to swipe through pages. My idea is swiping ...
Cattegat asked 17/2, 2022 at 10:4

16

Solved

I have an application in which I need to implement image editing, which also includes pinch zooming. I am done with pinch zooming but I can test this only on device, not on emulator. Is there any...
Dooley asked 5/4, 2012 at 6:18

1

I have a Pan gesture handler inside a Pinch gesture handler to create the effects of multi-directional scrolling zoomable view that is all working well. But I am having issues where when users zoom...

3

I have a custom listview which is filled with webview. I want to use the pinch zoom in/Zoom out for my webview. But i m not getting the pinch zoom in/out flexibly when i m pinching the webview it i...
Shericesheridan asked 21/1, 2013 at 13:30

3

When using UIPinchGestureRecognizer what is the best way to detect/read the pinch scale in horizontal and vertical directions individually? I saw this post UIPinchGestureRecognizer Scale view in d...
Chery asked 10/9, 2012 at 15:37

1

Solved

I want to have a box with colums of rows filled with further children that accept clicks ("CL") and long clicks ("LO") to be zoomable and draggable. Using pointerInput with dete...

3

I m coding a line chart using MPAndroidChart, my code works without any error but pinch zooming goes to infinity, because of that in some devices CPU has 100%. How can i restrict max pinch zoom?
Hazelwood asked 27/7, 2015 at 8:5

11

Solved

Can multi-touch events be tested on the Android Emulator? Or is there any way to test this without an actual device? I am using the 2.0 sdk and want to test zoom-in/zoom-out with two fingers.
Recrimination asked 13/5, 2010 at 9:5

7

Solved

I want to implement Pinch Zoom on Imageview, with in View Pager similar to Default Android Gallery. I have found multiple source over GitHub, But the zoom and sliding just work for only first image...
Antietam asked 6/1, 2014 at 5:52

4

Solved

I know this question has been asked so much. But have there been any updates on being able to disable pinch zoom on the latest version of safari? I have a map application that implements pinch to ...
Cai asked 23/10, 2019 at 14:56

5

Solved

I am trying to implement pinch to zoom using hammer.js Here's my HTML- <script src="//cdnjs.cloudflare.com/ajax/libs/hammer.js/1.0.5/hammer.min.js"></script> <div id="pinchzoom"&...
Oversubtle asked 2/8, 2013 at 7:24

5

Solved

I want to disable pinch zoom at barchart in MPAndroidChart library how i can do that. library.barchart.setpinzoomenable(false); also not working.
Whitehot asked 22/7, 2016 at 4:37

1

now am implementing zoomin and zoomout when before taking picture its not working properly, But its not working properly? Is there any example? I call that function when device recognize pinch gest...
Lachish asked 12/8, 2021 at 10:30

1

As a Mac user, you can pinch to zoom the editor in Android Studio because is based on IntelliJ. But I can't do that anymore in the latest Android Studio version (4.1) I've already tried: checked C...
Kermis asked 27/10, 2020 at 10:13

1

Solved

In the zoomed mode for pinch-zoom the drag doesn't align properly with the mouse pointer. I've detailed the problem here:https://stackblitz.com/edit/angular-t7hwqg I expect the drag to work same ...

2

Solved

I am drawing lines on an ImageView by doing something like this: Bitmap imageBitmap = ((BitmapDrawable) imageView.getDrawable()).getBitmap(); Bitmap duplicateBitmap = Bitmap.createBitmap(imageBit...
Ignescent asked 23/9, 2020 at 8:49

9

Solved

I have a view on the iPad that I'm adding an MKMapView to that is say half the height of the full screen. However, when I try to pinch out on the iOS Simulator it doesn't work since the to nubs fil...
Flagelliform asked 24/7, 2012 at 0:40

4

Solved

I have implemented both pan and pinch individually, and it works fine. I'm now trying to use pinch and pan together and I'm seeing some issues. Here's my code: XAML: <AbsoluteLayout x:Name="Pi...
Polysynthetic asked 21/10, 2016 at 16:5

4

I'm creating a text field like Text or RichText. And after that, I want to zoom in/out the size of text using pinching. For now, I tried implementing GestureDetector but it zooms in/out with one fi...
Firing asked 31/3, 2019 at 10:54

23

Solved

I want to Zoom-in and Zoom-out an Android ImageView. I tried most of the samples but in all of them the image in the ImageView itself is getting Zoomed-in and Zoomed-out, while I want to Zoom-in an...
Mutiny asked 11/7, 2011 at 12:54

8

I am using chrisbanes PhotoView to implement pinch zoom..Image zooms on pinching and double tapping but i can't see that my image streched to full screen on zooming..on zooming it looks that image ...
Lavoisier asked 28/11, 2014 at 8:44

2

Solved

I've a problem from last 2 days and unable to tackle it as I'm newbie. Actually I'm working on an Android App that needs pinch-zoom and 2-finger rotation on Android ImageView. I got the multiple tu...

2

Solved

I'm trying to implement pinch zoom on a SurfaceView. I've done a lot of research regarding this and I found this class to implement pinch zoom. Here is how I modified it: public class ZoomLayout e...
Tasso asked 18/5, 2018 at 12:41

1

Solved

For my question I have prepared a very simple test app at Github. For simplicity I have removed flinging, scroll constraints and edge effects (which actually work well in my real app): So the c...

© 2022 - 2024 — McMap. All rights reserved.