pinch
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[详细]
2023-02-14 20:18 分类:问答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://c开发者_运维知识库ode.google.com/intl/sv-SE/apis/maps/documentation/javascript/examples/map-simple.h[详细]
2023-02-14 14:53 分类:问答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 addGestureRecognizer:p[详细]
2023-02-07 07:45 分类:问答Use features introduced in a later SDK version in an earlier version
I want to implement a pinch to zoom function in one of my apps, my problem is that this is only supported by Android 2.2 and most but not all of my user base is 2.1.So my question 开发者_JAVA技巧is, c[详细]
2023-02-03 01:26 分类:问答subviews do not resize with pinch gestures
I have several subviews added to a UIScrollview. Every thing works fine when swiping left and right, ie the subviews move with the swipe. When I use the pinch gestures the subviews do not zoom in and[详细]
2023-02-01 19:21 分类:问答Issue with ACTION_POINTER_UP,getX(0)
I am working with an imageview with pinc开发者_开发知识库hzoom. 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[详细]
2023-01-30 16:42 分类:问答Pinch zoom in android 2.1
Is there a way we 开发者_如何学Ccan achieve Pinch zoom ability to the imageview?Following code works great! You just have to copy and paste:[详细]
2023-01-30 10:05 分类:问答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, I[详细]
2023-01-11 02:42 分类:问答How can I find out when a pinch gesture is finished (UIGestureRecognizer)
I want to get a callback when my UIPinchGestureRecognizer finished a pinch-gesture. Moreover it would be great to know if the finished gesture was a zoom in or 开发者_如何学编程a zoom out.[详细]
2023-01-08 07:00 分类:问答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? Basi开发者_C百科cally, pinching a s[详细]
2023-01-03 02:57 分类:问答