Tagged Questions
The pinch tag has no wiki summary.
8
votes
3answers
13k views
android imageView: setting drag and pinch zoom parameters
this is my first post on here! :)
Anyway I am currently developing for Android (my first app) an application which lets users see the subway map and be able to pinch zoom and drag around.
I am ...
8
votes
2answers
5k views
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 multi-touch functionality, and heard that Android 1.6 might or might not support it ...
8
votes
5answers
14k views
How to do pinch gestures on the iPhone?
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 ...
7
votes
1answer
476 views
iPhone google maps v3 pans after pinch zoom
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 iPhone ...
7
votes
1answer
2k views
How to do iPad Photos app pinch to expand
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 ...
5
votes
2answers
5k views
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 including this one:
Similar question
But while I can create a UIViewTouch object and overlay it ...
4
votes
1answer
113 views
detecting pinch to zoom on iOS
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 zoom ...
4
votes
1answer
268 views
Windows Phone Map control has unresponsive pinch zoom
I'm seeing very spotty/unresponsive behavior with the silverlight map control on Windows Phone 7 (Microsoft.Phone.Controls.Map). The map control doesn't seem to pick up a lot of my pinch gestures. Is ...
4
votes
1answer
3k views
Android ImageViewer class supporting Pinch-Zoom and Scrolling
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 ...
4
votes
3answers
3k views
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 double tap for zoom, dragging etc. But is it possible to have a javascript that detects the use ...
4
votes
4answers
7k views
UIImageView Gestures (Zoom, Rotate) Question
I would like to make 2 operations to an UIImageView zoom, rotate, I have 2 problems:
A. I make an operation for zoom for ex. and when I try to make rotation the UIImageView is set to initial size, ...
3
votes
0answers
138 views
How to keep an image inside the screen limits while using pinch zoom and drag gestures?
i'm building an app that uses the pinch zoom and drag, the problem is that for know i can drag the picture out of it bounds. i wanted to know how can i use drag and make sure the image stays on the ...
3
votes
1answer
1k views
How do you get the viewport scale after pinch/zoom on an iPhone web app?
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 but ...
2
votes
1answer
380 views
how to make pinch/zoom work on an image
I am still learning the tricks to jQuery mobile and have been having a problem with the zooming in and zooming out of a picture/image on a data-role="page." Is there a way to make the pinch/zoom work ...
2
votes
1answer
395 views
Flex/AIR pinch zoom centreing image
I am developing an application with flex/air and I need to centre an image in the view port while pinch zooming.
I start with an image of 3008x2000 at 1:1 scale, I then want to be able to zoom in and ...
2
votes
1answer
702 views
Simulating Pinch on iOS simulator with Option/Alt key
Has anyone had problems with pinching in the iOS simulator on a UITableView? I have this code:
UIPinchGestureRecognizer *pinch = [[UIPinchGestureRecognizer alloc] initWithTarget:self ...
2
votes
2answers
803 views
Using Google Maps Javascript API pinch-to-zoom on my own image
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 it ...
2
votes
1answer
806 views
Pinch to Zoom Google Maps API v3 Android Webkit
I am writing a webkit app, and i'm using google maps api v3. I tried it on a android phone (HTC Desire) but it dosen't pinch to zoom. Note, i don't want to pinch and zoom a web page I want to pinch to ...
2
votes
1answer
782 views
2
votes
0answers
575 views
Uiwebview refreshes after zoom and pinch
I have a uiwebview in my App. So far everything works fine, but when i zoom in or out for example the uiwebview refreshes the loaded page and then scrolls and zooms to the new page location and size. ...
2
votes
4answers
10k views
How can I use pinch zoom(UIPinchGestureRecognizer) to change width of a UITextView?
I can get the UIPinchGestureRecognizer handler to work with scaling an object but I don't want to scale I want to change the size. For example I have a UITextView and I've attacked a ...
1
vote
1answer
44 views
Android: Scaling ImageView and it's onDraw() items
All, I've extended the ImageView in order to implement pinch and zoom scaling on the image. This is done by modifying the matrix and applying it to the image. Now, I am also overwriting the onDraw() ...
1
vote
1answer
41 views
How to get direction in UIPanGesture and increase/decrease or scale view accordingly
As I am new to this field.
I searched a lot over net but cant find anything relevant.
I am trying for UIPinchGestureRecognizer where once the user Pinch horizontally view should scale only ...
1
vote
2answers
89 views
Pan and 2 Finger Pinch simultaneous iOS -at the same time-
2 Gesture recognizer:
UIPinchGestureRecognizer *twoFingerPinch =
[[UIPinchGestureRecognizer alloc] initWithTarget:self action:@selector(handlePinch:)];
[croppper ...
1
vote
1answer
417 views
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 the font size according to the new frame size so that the font just fit in the frame rectangle?
...
1
vote
1answer
118 views
Android catch two fingers tap on MapView
In my code I want to add zoom in on double-tap and zoom out on two-fingers-tap (like Google Maps). I'm using this code:
gestureDetector = new GestureDetector(new DoubleTapDetector());
touchListener = ...
1
vote
1answer
267 views
How to zoom coverflow images using pinch zoom in android
i have created a coverflow using the code given by http://android.jmsliu.com/138/android-infinite-loop-gallery.html.
And it is working fine . Now my question is How i will implement a pinch zoom for ...
1
vote
1answer
90 views
View with pinch zoom support by default in android
Is there any view that supports pinch zoom by default with out our changes for pinch zoom ? Need to perform draw operations on Image so looking for onTouch support also.
what is the view type is used ...
1
vote
1answer
247 views
Double-tap to zoom and pinch to zoom on ImageView in android
I was looking for iphone like tap and pinch zooming with android ImageView. Mike Ortiz have done some excellent work on TouchImageView to detect boundaries. His code can be found here.
This code is ...
1
vote
1answer
450 views
Android webview pinch zoom Problem
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 ...
1
vote
2answers
174 views
How “Our Choice” app does the pinch and enlarge to view content part?
The said app can be seen here: http://pushpoppress.com/ourchoice/. What interests me is the part where they can freely pinch the thumbnails at the bottom to enlarge to full view. Would be interesting ...
1
vote
2answers
336 views
using pinch in the webview android
I have two questions:
I find this code to use pinch in the webImageView but when I change webImageView by WebView. I obtain an error in the code. how I use pinch in the webview??
// create the ...
1
vote
2answers
535 views
how to implement pinch in pinch out in uiimageview which is inside uiscrollview in iphone?
Hello I have implemented photoslide show using apple's scrolling example.Below is code:
- (void)viewDidLoad {
appDelegate=[(FoodAppDelegate *)[UIApplicationsharedApplication]delegate];
...
1
vote
1answer
507 views
Android: disable pinch zoom and pass event to Flash content
I have a flash application written in actionscript 2.0 that shows vector architectural maps and works perfectly on common web browsers. There are many interactions with javascript functions called by ...
1
vote
2answers
194 views
UIAutomation pinch simulation
I'm trying to build a testing script for my iPhone application. Inside this test, I'm trying to simulate a pinch action.
I read on the official Apple reference that is possible to call the ...
1
vote
1answer
218 views
fullscreen image pinching ipad
can someone tell me plz if it's possible to use : UIGestureRecognizer on an image in ipad app to switch this image to fullscreen view when pinching in and back to the original size when pinching out? ...
1
vote
1answer
308 views
Mobile browser simulator for finger gestures?
I am looking for a light-weight mobile browser simulator that runs under Windows XP and allows me to test JavaScript touch and gesture events, such as zoom or drag and drop:
...
1
vote
1answer
436 views
Pinch to Zoom not working in MapView when too small
So i set up a MapView and enabled zoom controls. When the map spans the whole screen (different Activity) it supports pinch to zoom just fine.
On Another Activity i display a rather small map and i ...
1
vote
1answer
396 views
Pinch zoom not working in landscape mode when webview is not full screen
I have a webview in which a local html page is show. It all works fine , but in landscape mode i can use zoom controls but pinch zoom cannot be done
Please help
1
vote
1answer
470 views
How should I be scaling this map picture with UIPinchGestureRecognizer?
I'm really close to being able to scale a picture of a map programmatically with UIPinchGestureRecognizer and a scale method. I've tried a scroll view like this: [mapScrollView ...
1
vote
2answers
315 views
I want to zoom in and zoom out in ScrollView. How's it possible?
I have a scroll view within one image. I just want to zoom in and zoom out the scroll view. How do I apply zoom in and and zoom out just by doing the pinch?
1
vote
1answer
192 views
Issue with ACTION_POINTER_UP,getX(0)
I am working with an imageview with pinchzoom. But i cannot use it with SDK version 4. geting error in ACTION_POINTER_UP,get(0) and MotionEvent.ACTION_MASK. It works fine when minimum sdk is set to 5 ...
1
vote
1answer
248 views
is there a class to get the default picture viewer in an app?
I don't want to access the images on the iphone, I want to display an image from my app, but like you view pictures in the picture album of the iphone - with all the pinch and zoom controls and such.
...
0
votes
0answers
8 views
Colorbox has a strange behavior when pinch to zoom-in on Ipad
I'm a newbie in this amazing world and I'm doing my first project: a webapp with HTML5, Jquery and Colorbox to show modal windows on Ipad devices.
After a weeks trying to understand how they can work ...
0
votes
0answers
18 views
PinthToZoom and Pan of UIView with multiple images
I'm developing an iphone application with an UIView that have an image as a background and multiple buttons with image as background. The image is an image of a country and the buttons are the ...
0
votes
0answers
10 views
UIWebView on FlipSideView is affecting my UIImageView on my MainView and i don't know why?
I have an Utility based iPhone Application with a basic MainView and FlipSide view.
When i load the app up it opens straight into the MainView that loads an image in UIImageView (which is pinchable ...
0
votes
0answers
22 views
How do i add a locally stored .html (UIWebView) file to my FlipsideView iOS App
I'm still new to all of this, so apologies if its a stupid question.
I have a basic app that has the pinch/zoom feature of an image on the MainView, but what I want to show on the FlipSide view is a ...
0
votes
1answer
40 views
IndexPath of a cell when Pinches?
I am finding when tableview is pinched with UIPinchGestureRecognizer declaring at cellForRowAtIndexPath. Now want to find indexPath of a particular cell that was pinched. so i wrote the like this...
...
0
votes
2answers
77 views
How to find when a tableView cell is touched or pinched in iphone?
I have a tableView completed fill on view. when i tapped on a cell tableView:didSelectRowAtIndexPath: is getting fired, but when i wrote touchesBegan:withEvent to find touch and Pinch events of a ...
0
votes
2answers
101 views
How to disable Pinch gesture completely in iphone?
I cannot use userInteractionEnabled as it is a map and I need it to be enabled.