The pinch tag has no wiki summary.
1
vote
0answers
15 views
jQuery UI resizable pinch
Is it possible to add touch pinch support to jQuery UI's resizable? So on an iPad, you wouldn't need to use the specified handles to resize, but you could just use two fingers and pinch on the element ...
0
votes
0answers
23 views
Windows Phone 8: zoom and pan in UserControl
I am new here.
I am developing (playing with C# and WP8) some sort of game that is similar to Age of Empires.
I created UserControl in which will be land (houses, roads, etc.) and is larger than ...
0
votes
0answers
36 views
How to pinch a svg file in phonegap?
I have load an html page from android activity like this super.loadUrl("file:///android_asset/www/index.html");, and embedded an svg file inside a div.Now I want to use gestures to pinch that svg, any ...
0
votes
0answers
22 views
handling paper.js drag events on iPhone
I made a paper.js paperscript that handles onMouseDrag() event.
When I use it with Safari on iPhone, there is a problem:
Safari's pinch/scroll gestures doesn't work inside the script
if it implements ...
0
votes
3answers
34 views
ios: pinchGesture that only happen once
In IOS 6, how to add PinchGesture that only detect once?
I have a UIView that I add to pinchGesture:
[self addPinchGestureRecognizersToView:self.view];
Then I attach a function to this Pinch to ...
0
votes
0answers
38 views
Zoom (pinch gesture recognizer) doesnt work as it should
When I write my code (i have tried another one as well, same result) my image just kind of vibrates (very quickly zooms a little bit in and out) but doesnt zoom in as it should.
My code:
- ...
0
votes
1answer
33 views
core plot zoom - pinchgesture
I have a problem with pinch gesture for zoom, the main problem is that when I zoom I zoom the center of view, so if I pinch on the top right or bottom the zoom is alway on the center of view.
This is ...
0
votes
0answers
53 views
Highcharts Issue with pinch without tooltip enabled
I'm having a serious issue with the pinch functionality (for touch devices) which revolves around having the tooltip enabled or not. I have a functioning chart with many properties enabled but when ...
0
votes
1answer
32 views
core plot, uipinchgesture handle end state
I need to handle the end of pinch gesture, but I don't find away to do it, I try hostingView.gestureRecognizers but after this there isn't a uipinchgesture for get the state of gesture.
This method
...
0
votes
1answer
48 views
Changing my position on pinch - OpenStreetsMaps
I have a problem with MyCurrentPosition in a OpenStreetMaps application. I've created the app with OSMdroid 3.0.9 library.
The issue is about current position. The problem appears to be something ...
0
votes
0answers
56 views
Image pixelated while pinch to zoom during implementation
I have some strange behaviour in my android application. I have to implement pinch to zoom and pan/drag in a bitmap loaded in a imageview. When I pinched over the image, It gets pixelated instead the ...
0
votes
0answers
154 views
Hammer.js Pinch Event in Android
When using Hammer.js with jquery mobile, its "Pinch" event isn't working well in Android, but it's working well in iOS.
I'm developing a mobile mail system like Gmail, so the detail page of an email ...
0
votes
0answers
83 views
How get webview scale in Android 4
WebView.getScale() is deprecated (but still usable)
The recommended way to get scale for webview is to use WebViewClient.onScaleChanged()
...
0
votes
0answers
39 views
Scalling view with CGAffineTransformScale doesn't affect the size
I'm new to iphone progamming. I having problem in scaling a view. It updates it's transform but not the actual size of the view.
-(void)scaleImage:(id)sender {
[parentView ...
0
votes
1answer
43 views
How to disable pinch scale in UIImagePickerController
I use UIImagePickerController to take photos in my ios app. But I don't want the camera view to scale when pinch gesture occur. what can I do? thx!
1
vote
2answers
198 views
does universal-image-loader have zoom in/out option?
I am applying costras universal-image-loader in my app.
however, I can't seem to find the pinch to zoom option anywhere.
Does it include it ?
3
votes
1answer
197 views
Osmdroid and Pinch
I'm developing an app using osmdroid (3.0.8).
When I zoom using two fingers in and out, the zoom starts from the center of the map, not from the middle of the two fingers (using ...
0
votes
1answer
154 views
hammer.js scroll not working with pinchin and pinchout events
I am using hammer.js to catch pinchin and pinchout events and change font size of the page. So, I have written the following code:
var touch_area = document.getElementById('touch-area');
...
0
votes
0answers
168 views
Sencha Touch App freeze when multitouch / Android
I built a sencha touch (2.1.0) app and tested it on my Samsung Galaxy S2 (Android 4.0.3).
Once I did that with the native build command of snecha cmd and another I wrapped it with phonegap.
Both times ...
0
votes
0answers
78 views
iScroll v4.2.5 Zoom/Pinch issue in Andriod device Gallaxy note2 OS v4.1.1 and vertical scroll
Link
In this link you can see the issue am facing here, the vertical scroll is not working well. After zooming the image is cropped from the left side and you can't scroll to see, while there is a ...
0
votes
1answer
113 views
UIScrollView double tap zoom not pinching
I'm able to zoom with a specific maxZoomScale with double tap on UIScrollView. After my UIScrollView has been zoomed I still can zoom on it with a pinch. I would like to block this zoom pinch.
Is ...
0
votes
0answers
90 views
“Pinch to Zoom” using AutoLayout
I have followed many "Pinch to Zoom" tutorials I found online, and have done reading on AutoLayout, but I can't get it to work in my project.
My whole project uses AutoLayout, so I don't want to ...
0
votes
1answer
101 views
Pinch a specific point and zoom a whole view?
im trying to get a zoom for my mobile android project. The thing is, I want to point with two fingers a specific position and pinch them to zoom (not just only an image, the whole active view):
...
2
votes
0answers
106 views
How to Change Layout Params on pinch zoom in android?
Hello Developers,
i am having a relative layout and inside that having web view so i want to integrate the pinch zoom and on pinch zoom i want to change the webview height and width ...
0
votes
0answers
56 views
Fit to screen view when rotating from portrait to landscape after pinch
I noticed on UIWebView that when I currently pinched the webview from Portrait then change the orientation to landscape, the page does not fill the view. The pinched size is retained and a there is a ...
0
votes
0answers
113 views
Issue with JQuery pinch zoom
Hi I am working in JQuery i want to pinch zoom the image. I have tried lot of things but couldn't get anyway out of this.
My code is.
$(document).bind('mobileinit', function(){
...
0
votes
0answers
160 views
Android SDK - Image moving off screen
I have just implemented pinch zoom on my app, and have come across a problem.
I want the image to stop once it hits the end of the image, so when the top left corner of the image gets to the top left ...
2
votes
0answers
266 views
Android GridView pinch zoom
I'm trying to implement the pinch gesture to zoom in/ zoom out of a GridView in Android.
I've been searching the web for a while now and I've found multiple answers but it comes down to creating a ...
0
votes
2answers
287 views
Pinch gestures in WP8
I'm trying to port existing wp7 app to wp8 and there is problem with maps. Map is made from 6 tiles. Everything is working well, but pinching is terrible. Works much worse than on WP7.
Anything ...
0
votes
0answers
54 views
Cocos2d Pinch not working
Can some explain why this isn't working?
-(void) addPinchGesture {
pinch = [[UIPinchGestureRecognizer alloc] initWithTarget:self action:@selector(handlePinch:)];
[[[CCDirector ...
1
vote
0answers
93 views
Image will shake when pinching it in ScrollView and ImageView
I followed the Standford CS193P course and wrote a program which can zoom a picture in an ImageView embedded in a ScrollView. When I'm pinching, it works, the picture will "shake" continually. I ...
0
votes
0answers
211 views
Android-Multitouch-Controller, ability to rotate/drag/pinch TextEdit together with its background image required
I've implemented this android-multitouch-controller for simple images that I wanted to be able to rotate and drag and pinch, but now I need to do the same for an EditText with a background image to ...
0
votes
0answers
25 views
ipad pinch flickering on my webpage [duplicate]
Possible Duplicate:
Website for Ipad every click weird black squares
I am making an ipad webpage . Do anyone know why everytime I pinch zoom my webpage, my webpage freeze for a second then ...
1
vote
0answers
164 views
Overflow div hardly able to pinch zoom on ipad
If I make a #viewport div wrapping a #wrapper div
#viewport{
display:block;
position:absolute;
width:100%;
height:100%;
overflow-y:scroll;
-webkit-overflow-scrolling: ...
1
vote
0answers
118 views
Gesture Recognizers not working correctly with Autolayout in ios6
This gesture recognizer, that normally works just fine with autolayout turned off, would scale a view from the center. But that doesn't happen when auto-layout is enabled in iOS6. The view seems to ...
1
vote
0answers
98 views
Pinch zoom and setFrame causes drawing issues in UIWebView
I have a UIWebView, and I load a local file into it.
When the document is loaded
I make a pinch gesture
and after that I set a bigger width for the UIWebView.
Result:
This causes that a black bold ...
0
votes
0answers
39 views
Pinch function for Android application [duplicate]
Possible Duplicate:
android pinch zoom
Im currently developing an android application and I need a function for pinching. Everytime I drag my fingers togheter as shown in the picture below, ...
2
votes
0answers
325 views
Zooming Views on pinch Android
I have 3-4 views like TextView, Button, ImageView and View on UI
now I want to Zoom in/out on only on particular view.
This functionality I have achieved but when I Pinch the views get flicker.
My ...
1
vote
1answer
544 views
Mono Android pinch zoom whilst overriding ondraw
I've ported some android code for zooming an imageview to mono for android, but I am having trouble with the scale detector focus point. I need to programmatically draw objects so I am overriding the ...
1
vote
0answers
127 views
pinchable grid zoom in android
I am been googleing this and there really is a distinct absence of physical information regarding this task...
I want to make a grid view in android that uses "tiles" that sorts itself and allows ...
1
vote
0answers
209 views
ScaleGestureDetector on custom View inside HorizontalScrollView
I'm quite new to Android programming, and I have trouble getting the intended behaviour on a layout that's built up like this: The main layout is a simple LinearLayout, in turn containing a ...
0
votes
1answer
70 views
Pinching to zoom in and out of table view
As is done in the "Clear" to-do management app, is the pinching to navigate back from a table view achievable using reasonably standard interface elements, or is this a lot of manual coding hackery?
0
votes
0answers
100 views
Using grid view in iOS with pinch to zoom
I am creating an application that will load images in a grid format. The user will be able to see a grid of images and pinch to zoom in the image area.
I have looked at AQGridView but I am unsure as ...
0
votes
0answers
53 views
How to resize font inside UIButton with a pinch?
The following code recognizes a pinch gesture for resizing a button. However, I cannot figure out how to increase/decrease the font point size inside the button. I have looked for hours in ...
2
votes
1answer
890 views
scaling image on pinch gesture
I'm using the jQuery touchy plugin for detecting the pinch event to give users the ability to zoom in/out on an image. Here's the gist of my code:
var w = 800,
h = 600;
...
3
votes
0answers
370 views
Scale of UIPinchGestureRecognizer in horizontal and vertical directions separately
When using UIPinchGestureRecognizer what is the best way to detect/read the pinch scale in horizontal and vertical directions individually? I saw this post
UIPinchGestureRecognizer Scale view in ...
0
votes
1answer
619 views
Zoom a custom widget extending LinearLayout
Hi I'm trying to implement pinch to zoom functionality inside a LinearLayout, my first attempts have been to extend linearlayout and use a scale gesture detector to detect the pinch to zoom gesture, ...
0
votes
2answers
339 views
How to Pinch/Zoom in a UiWebView vertically only not horizontally
I want to make my webview to be pinched/zoomed vertically only. By zooming the webview I want to make it zommed vertically only but not horizontally.
Does it possible?
-3
votes
1answer
211 views
Drag, Zoom, Pinch one Image on another Image in Android? [closed]
The first time I write so i feel little scary.
The question - there is a big horrible bruise. How i can drag, move, zoom and pinch this bruise on another image(photo, picture) in Android. Thanks to ...
2
votes
1answer
2k views
Zoom and Panning ImageView Android
I have created a zoom and pan class for an ImageView.
Features I am trying to create.
- It pans on single finger touch and movement
- It zooms and pans on two finger touch and movement
For the most ...



