Questions tagged [pinch]
237 questions
0
votes
3 answers
pinch gesture in android web view
Is it possible to implement pinch gesture for android phones in web view?
I have an image and would like to scale it based on pinch. please suggest

sarvagnasantosh
- 11
- 2
0
votes
1 answer
How to close popup only when clicked on mapview and not drag or pinch in android
I am working in Android 2.2. I have overlays on my MapView, each overlay market gets a popup window when clicked on.
I want to close the popup window when the MapView is tapped/clicked, but the normal code for doing this in the OnTouch event also…

Nik
- 2,913
- 7
- 40
- 66
0
votes
1 answer
Pinch Zoom Activation on Jquery Mobile based Rhodes app
I am trying to activate Pinch-Zoom in my app made on Jquery Mobile (Rhomobile Framework)
I have put
<% if is_bb6 %>

MR.GEWA
- 833
- 1
- 15
- 37
0
votes
2 answers
Pinch Simulation without Multi touch device
I am working on a c++ project in windows OS where I need to simulate multitouch gesture like Pinch without multitouch device.Similar to Iphone where user can simulate pinch by holding option key.
I want to know whether this can be achieved through…

Divyank Gupta
- 1
- 1
0
votes
1 answer
Pinch Zoom with gallery
I'm trying to combine the capability of doing image zoom/panning
inside of a Gallery view. The problem is controlling which touch
events are processed by each. In a horizontal drag on the image, the
ImageView needs to process the drag in order to…

Rankush Kumar
- 156
- 2
- 14
0
votes
0 answers
iOS AV Framework pinch to zoom
I've used the AVCam sample program with some success in a project.
I am indeed able to show the video, and capture images from that...
I would like to use the same framework, but be able to pinch to zoom while it is showing the live video from the…

geekyaleks
- 1,281
- 3
- 18
- 29
0
votes
1 answer
Flutter web app pinch in out zoom not working
I am developing website from Flutter.
Flutter website does not support pinch in out zoom.
Laptop trackpad pinch in out zoom not working.
Nor Android or IOS app touch zoom in out working.
What I want to do is make website zoom by CTRL+ and TrackPad…

Honey Last
- 255
- 1
- 3
- 15
0
votes
0 answers
Is there a library or has anyone implemented apple photos pinch to change grid column numbers in iOS
In the photos app when you pinch on the grid, the number of column changes accordingly and also the cells update when pinch is in progress. It also allows to zoom into grid at any part of the grid. Does anyone know how to achieve this kind of…

VKK
- 1
- 1
0
votes
1 answer
iOS resize and move image mask with fingers
I am trying to resize and move mask on image with fingers. For moving the mask I need touch to move gesture and for resize I need to implement pinch-to-zoom gesture.
Generally I want to manipulate image mask with my fingers, not programatically.
How…

Borut Tomazin
- 8,041
- 11
- 78
- 91
0
votes
1 answer
React Native Gesture Handle PinchGestureHandler Text Component
So I'm trying to implement a pinch to zoom on a Text component in React Native and I can't seem to understand the documentation, and most other posts are about making an Image Zoomable, I tried to extrapolate from those but does not want to…

Pedro-Goncal
- 69
- 8
0
votes
1 answer
Android smoother pinch zoom?
I have made my own code for my 'implementation' of a pinch zoom feature and it works, but it is not user-friendly at all. Often very sporadic and in general not pretty at all. I was wondering if any of you could help me out, maybe a easier way or…

unknownone
- 368
- 2
- 5
- 13
0
votes
1 answer
Android: Custom view Zoom/Pinch to display zooming indicators
I've implemented Zoom/Pinch using the approach said in android pinch zoom
How can I display Zooming indicators for this?? I've some how managed to display scale of zoom (scaleFactor * 100). How will I show a zooming indicator? I can display static…

Ramya K Sharma
- 743
- 8
- 16
0
votes
2 answers
Using Pinch in zoom in webview with a local html gets distorted
I have a webview in which a local html file is opened. This local html file is using Google Javascript API to open Google Maps.
I had set webview.getsettings().setbuiltinzoomcontrols to true.
Pinch Zoom is happening but the webview scale is…

Astha Devra
- 163
- 1
- 15
0
votes
1 answer
Android pinch two finger rotate View
I am making an app that adds Stickers on photos. I put an ImageView in a FrameLayout and I am adding Views to it. I made the Stickers to move by dragging and scale with two fingers, but how can i make the entire View rotate by using two fingers. I…

Aleksakb24
- 51
- 3
0
votes
1 answer
Android resize View Layout Params with pinch
I am making an app that adds stickers on photos and i want to resize the sticker with a pinch gesture.
final ImageView newSticker = new ImageView(getApplicationContext());
newSticker.setLayoutParams(new…

Aleksakb24
- 51
- 3