Questions tagged [pinch]
237 questions
0
votes
1 answer
how to disable two finger pinch on Safari
I'm developing this app http://test.app.upet.co and I need to disable the two finger pinch.
This is the page before the two finger pinch
And this is the page after the two finger pinch
Thank you very much!

Daniel F Jaramillo
- 413
- 1
- 5
- 12
0
votes
1 answer
Android Google Maps: Disable Scroll on Zoom
I tried by creating custom class for mapview but it is not working. Can any one suggest me an approach. How to disable scroll when user tries to zoom. Scroll should be enable when zoom is not performed.
0
votes
1 answer
How to zoom and pan a gameobject not the whole scene in unity
I have several images in my scene, I managed to make the zoom and pan work but the problem is, All of the images are zooming in at the same time. The scripts are place on each gameobject. I used gameobject for the images.

catchyourwaves
- 1
- 7
0
votes
1 answer
How do you control pinch and zoom speed for a UISCrollview?
Pinch and zoom is way too violent of an animation need to turn it down a notch.

yeahdixon
- 6,647
- 1
- 41
- 43
0
votes
1 answer
Limited Area Pinchview in Swift
I have a label on a imageview and both of them are in one view. The label is pinch-able via below code. However, it is pinch-able also out of image view. I want the areas outside of the imageview not seen (like in whatsapp or snapchat. The texts…

Emre Önder
- 2,408
- 2
- 23
- 73
0
votes
0 answers
Class has no member name 'setAttribute'
I have a class which displays a map and therefore has to inherit from QQuickItem. I wish to integrate the pinch zoom function into the map display class however it was not possible to…

bull
- 25
- 5
0
votes
1 answer
Zoom issue with UIImageView
I am trying to get pinch/zoom work but to no luck... please check code attached any help is appreciated.
#import "SlideShowViewController.h"
#import "SomAppDelegate.h"
#import "MainCategory.h"
#import
#import…

vivianaranha
- 2,781
- 6
- 33
- 47
0
votes
1 answer
Framework7: How to get pinch to zoom on page-content with hammer.js?
I would like to use pinch to zoom on page-content.
I tried this in myapp.js but it still does not work. Did i forget something? jquery, hammer js and jquery hammer js (wrapper) are initialized
var mc = $(".page-content").hammer();
mc.add(new…

DVNO
- 1
- 2
0
votes
0 answers
Pinch with webkitTextSizeAdjustin UIWebView
I have a problem and not solve!
need a "pinch" to zoom in the text of webView, someone help me?
I'm doing well, correct?
CODE:
- (void)handlePinchGesture:(UIPinchGestureRecognizer *)gestureRecognizer {
if([gestureRecognizer state] ==…

Felipe Xavier
- 33
- 5
0
votes
1 answer
HTML5 Canvas Phonegap Hammer.js - Pinch Doesn't Work
I'm having trouble with the Hammer.js pinch function. The press function works wonderfully, but I'm trying to add a zoom in/zoom out function with Pinch. The app works fine without the pinch, until I add the mc.get('pinch') code. I've looked…
user1419601
0
votes
0 answers
Why chart pan and zoom fails when view is loaded inside OnPostExecute?
I started building an app that's supposed to display sales volume using a chart c/o achartengine with "some" success. Downloading the data took sometime and and the screen simply turns black but the graph gets displayed after a few seconds. It was…

userMMS
- 1
- 2
0
votes
1 answer
CollectionViewCell doesnt work properly with Pinch Gesture
I'm using a CollectionView and a Pinch Gesture connected to the CVCell.
I have an image in cell and Pinch Gesture zoom in and out in image. My problem is Pinch Gesture works for only even rows, not works for odd rows. I mean for the first cell I…

marmaralone
- 516
- 6
- 11
0
votes
1 answer
corona sdk pinch to zoom
i am using the function contained in corona sample codes for the pinch to zoom. But since i am developing an app, i need to make every single place of interest zoommable. Do i have to copy and paste the horribly long function for every single image…

blackbird192
- 1
- 2
0
votes
0 answers
corona sdk pinch to zoom on image
I have a problem implementing the pinch to zoom function. Basically I have a various range of pictures in my app and I need to implement the pinch to zoom just for some of them. I am new to LUA and I already saw the example they give you on the…

blackbird192
- 1
- 2
0
votes
0 answers
Android how to get left top right bottom in SimpleOnScaleGestureListener.onScale?
I'm going to scale surfaceview with ScaleGestureDetector, not onDraw().
How to get CustomSurfaceView's left top right bottom in SimpleOnScaleGestureListener.onScale?
private SimpleOnScaleGestureListener mSimpleListener = new…

user818992
- 97
- 1
- 7