Questions tagged [pinch]
237 questions
0
votes
1 answer
core plot, uipinchgesture handle end state
I need to handle the end of pinch gesture, but I don't find away to do it, I try hostingView.gestureRecognizers but after this there isn't a uipinchgesture for get the state of gesture.
This method
- (BOOL) plotSpace:(CPTPlotSpace *)space…

francesco.venica
- 1,703
- 2
- 19
- 54
0
votes
1 answer
Changing my position on pinch - OpenStreetsMaps
I have a problem with MyCurrentPosition in a OpenStreetMaps application. I've created the app with OSMdroid 3.0.9 library.
The issue is about current position. The problem appears to be something about pinch to zoom in/out. It only shows me the…

leonis
- 99
- 2
- 9
0
votes
2 answers
How to disable pinch scale in UIImagePickerController
I use UIImagePickerController to take photos in my ios app. But I don't want the camera view to scale when pinch gesture occur. what can I do? thx!

gutaideng
- 57
- 1
- 6
0
votes
1 answer
UIScrollView double tap zoom not pinching
I'm able to zoom with a specific maxZoomScale with double tap on UIScrollView. After my UIScrollView has been zoomed I still can zoom on it with a pinch. I would like to block this zoom pinch.
Is there a way to do that ?

Pete
- 314
- 4
- 16
0
votes
1 answer
Pinch a specific point and zoom a whole view?
im trying to get a zoom for my mobile android project. The thing is, I want to point with two fingers a specific position and pinch them to zoom (not just only an image, the whole active view):
private function…

Maximilian Dahl
- 105
- 9
0
votes
0 answers
Issue with JQuery pinch zoom
I am working with JQuery and I want to pinch zoom the image.
My code is:
$(document).bind('mobileinit', function(){
$.mobile.metaViewportContent = 'width=device-width';
});

Burhan Mughal
- 798
- 2
- 7
- 33
0
votes
2 answers
Pinch gestures in WP8
I'm trying to port existing wp7 app to wp8 and there is problem with maps. Map is made from 6 tiles. Everything is working well, but pinching is terrible. Works much worse than on WP7.
Anything changed in WP8? What I have found is small information…

dargod
- 334
- 1
- 15
0
votes
1 answer
Pinch gesture in cocos2d, how to?
I need to implement a simple pinch gesture in my cocos2d project with two or more sprites. Would you be so kind to tell me, how can I handle pitch gesture?
I need something like this:
-(void)handlePinchGesture:(UIPinchGestureRecognizer *)recognizer…

mr.M
- 851
- 6
- 23
- 41
0
votes
1 answer
Pinch zoom anywhere
Is it possible in Android to implement app/service which gives an ability of pinch zoom anywhere/anytime for example zoom desktop like magnifier in Windows? It would be useful, because not all applications supports pinch zoom e.g., gmail. I didn't…

Kornel Szymkiewicz
- 582
- 1
- 6
- 12
-1
votes
2 answers
Pinch Zoom on Two Views in Single Viewgroup android
I am doing a project in which i need two imageviews in single layout with zooming options. AFAIK android allows one view to make zoom easily. But my problem is not like that. I have two imageviews one over another. I've try to do it in Frame Layout.…

Juliousraj
- 61
- 10
-1
votes
1 answer
restrict camera movement, Camera moves out of bounds
I'm creating a simple camera pan and scroll for my mobile game and need some help.
Right now with the code I have a player can scroll of the map I created.
I got the code from this youtube video (for context)…

Tubestorm
- 1
- 4
-1
votes
1 answer
How to squish pixels on android 2.2 (and above)
i want to be able to take my fingers pinch them together to squish a part of my image and then have the image instantly revert to original form and do the opposite and bloat that one part of the picture up and revert to original
How would i do…

brian
- 1
- 1
- 1
- 5