pinch Questions

2

I am trying to detect a pinch to zoom event on iOS (and Android really) because I am using jQuery Mobile to show pages with a fixed header. In a dream world what I'd like is for the header not to z...
Nose asked 29/12, 2011 at 0:4

2

Solved

I am searching an ImageViewer library that opens an image in my application for a given URI (the image fetched by a webservice is already stored within my application in a secured place). I really ...
Pinchhit asked 3/2, 2011 at 15:51

3

Solved

I'm drawing lines according to touchesMoved: method and normally it works fine. But when I zoom into the image and draw, the previously drawn lines are both displaced and keep getting more and more...
Maiocco asked 14/2, 2012 at 17:15

2

Solved

I'm currently trying to implement the handling of (2-finger-)pinches on an iPad display. Doing so I came across the problem that the fingers (represented by by two grey circles in the iPhone-simula...
Propagable asked 9/4, 2012 at 14:37

1

Solved

I simply can't find anything in the docs or anywhere on how to detect a simple pinch-zoom Gesture on a touchdevice with jQuery Mobile? I would also considering using another library or anything. I ...
Carrissa asked 20/3, 2012 at 14:42

2

Solved

I have a layout, which include some TextViews and ImageViews. Haven't they created an easy way to include pinch zoom on an simple ScrollView/LinearLayout? I have watched some codes, but they work o...
Linseylinseywoolsey asked 1/3, 2012 at 16:1

2

Solved

2 Gesture recognizer: UIPinchGestureRecognizer *twoFingerPinch = [[UIPinchGestureRecognizer alloc] initWithTarget:self action:@selector(handlePinch:)]; [croppper addGestureRecognizer:twoFingerPin...
Diella asked 6/12, 2011 at 16:40

1

Solved

I have an application that allow user to use the pinch gesture for scaling the label How can I change the font size according to the new frame size so that the font just fit in the frame rectangle?...
Marthmartha asked 21/11, 2011 at 5:13

1

Hello I have implemented photoslide show using apple's scrolling example.Below is code: - (void)viewDidLoad { appDelegate=[(FoodAppDelegate *)[UIApplicationsharedApplication]delegate]; kNumImag...
Bodleian asked 3/5, 2011 at 6:52

1

I have a problem developing a web application for iPhone. When I visit a simple example like http://code.google.com/intl/sv-SE/apis/maps/documentation/javascript/examples/map-simple.html in an iPho...
Xe asked 2/3, 2011 at 16:41

2

Solved

I know there are tons of threads on actually getting pinch zoom implemented - but I got this far already. I'm using SimpleScaleGestureListener to handle the pinching. I've managed to make sure you...
Alger asked 27/9, 2011 at 11:14

1

Solved

Hi guyz im able to pinch zoom the image in webview its working properly. Zoom in is working fine but problem is zoom out. Image goes small and small. How can i limit zoom out to the size of the ima...
Borden asked 16/9, 2011 at 11:38

1

Solved

Hey I'm trying to get pinch to zoom working on a Webview of my app but cant, it just displays the image really zoomed in (probably displaying it 100%) here is how i got the webview to work. In t...
Pairoar asked 20/8, 2011 at 17:40

2

Solved

I have one requirement in which i have to zoom in and zoom out images on pinch.. Please if anyone can suggest me pinch zoom functionality for Imageview.????
Heart asked 20/7, 2011 at 8:7

2

Solved

I'm trying to create a mobile-friendly web page that will allow a user to drag an <img> around in a <div>. I've got this working using the image.ontouchstart method. Now I want to make ...
Cornelison asked 1/6, 2011 at 20:49

1

Solved

i don't want to use the scale as classic zoom, instead i want to change the form of quadrates to a rectangle for example. After a lot of trying i'm that far that my fingers are the corners of the r...
Crenation asked 18/3, 2011 at 9:4

2

Solved

I am looking to implement a pinch in/out on top of a UITableView, I have looked at several methods including this one: Similar question But while I can create a UIViewTouch object and overlay it...
Dagenham asked 4/1, 2010 at 23:53

4

How does one implement pinch gestures on the iPhone? I'm familiar with using touch events on the iPhone but I'm extremely lazy and don't want to re-invent the wheel for something as widespread as P...
Grape asked 10/7, 2009 at 3:43

1

Solved

I don't think this has been asked before on this site, but I might be wrong. Does anyone know the basics of how to get that whole effect with the iPad Photos app? Basically, pinching a stack of ph...
Aerodynamics asked 13/6, 2010 at 16:49

1

Does anyone know how to get the size in pixels or scale value of the viewport after a user has pinched or double tapped to zoom in/out on a page in JavaScript? I've tried using window.innerWidth b...
Jaala asked 14/8, 2009 at 22:41

2

Solved

I would like to handle pinch events in my Android application to zoom in and out. I believe Android 2.0 has multi-touch functionality, and heard that Android 1.6 might or might not support it depe...
Tyrocidine asked 13/4, 2010 at 17:4

© 2022 - 2024 — McMap. All rights reserved.