Top "Pinch" questions

Zoom and Panning ImageView Android

I have created a zoom and pan class for an ImageView. Features I am trying to create. - It pans …

android imageview zooming pinch pan
Set UILabel font size according to its frame size?

I have an application that allow user to use the pinch gesture for scaling the label How can I change …

ios uilabel uifont pinch
Detecting pinch in Android

I would like to handle pinch events in my Android application to zoom in and out. I believe Android 2.0 has …

android multi-touch graceful-degradation pinch
Pinch to zoom with Hammer.js

I want a pinch to Zoom function for an image. I want it to zoom in the area where the …

javascript image zooming pinch hammer.js
Pinch Zoom in android for an imageview?

I have one requirement in which i have to zoom in and zoom out images on pinch.. Please if anyone …

android imageview pinch
How to implement pinch-zoom feature for camera preview

i tried pinch-zoom feature for image from this.it works fine but how can i implement pinch-zoom feature for camera …

android camera zooming surfaceview pinch
Observing pinch multi-touch gestures in a UITableView

I am looking to implement a pinch in/out on top of a UITableView, I have looked at several methods …

iphone uitableview multi-touch pinch
PhoneGap pinchzoom

I apologize for the newbie question : How do you implement the pinchzoom gesture in phonegap apps? I am just starting …

cordova zooming gesture pinch
Pinch Zoom in webview [Android]

On my website, which is loaded in the webview, there is a map. There are also java scripts that detects …

javascript android zooming pinch
Limit maximum scale for scaling image with pinch gesture in IOS

I am currently able to make an image scale by using the pinch gesture recognizer provided by Apple, but how …

iphone objective-c ios scale pinch