Top "Pinchzoom" questions

Gesture which allows the user to zoom in by moving two fingers closer together while touching the display.

android pinch zoom

My layout contains buttons, textviews, etc. Is it possible to implement pinch zoom in my layout?

android pinchzoom zooming
not able to pinch zoom on emulator

I have an application in which I need to implement image editing, which also includes pinch zooming. I am done …

android android-emulator pinchzoom
Pinch to zoom using Hammer.js

I am trying to implement pinch to zoom using hammer.js Here's my HTML- <script src="//cdnjs.cloudflare.com/…

javascript jquery pinchzoom hammer.js
View Pager + ImageView +Pinch Zoom + Rotation

I want to implement Pinch Zoom on Imageview, with in View Pager similar to Default Android Gallery. I have found …

android imageview android-viewpager pinchzoom
Pinch To Zoom Effect on UIImageView inside scrollView?

I'm using storyboard (iOS 6.0) to create a photo gallery viewer for my app. This is how my imageViewController is set …

ios objective-c uiscrollview uiimageview pinchzoom
JQuery Mobile Pinch Zoom Image Only

I have a working JQM application that I'd like to display some images in. The images currently are in their …

jquery html cordova jquery-mobile pinchzoom
How to handle stickers with resize and rotate functionality?

I am currently developing an application which will allow user to add stickers (hat, hairs, spectacles etc) on image. User …

android rotation pinchzoom image-editing
Android Pinch and Zoom Image in Activity

I have a ListView with set of images. On clicking any of them, the clicked image will appear on a …

android android-listview android-imageview pinchzoom
Implementing pinch zoom and drag using Android's build in gesture listener and scale listener

I am trying to implement pinch zoom and drag using Android's gesture listener and scale listener. The problem is that …

android image-processing android-view gesture-recognition pinchzoom