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

learn more… | top users | synonyms

0
votes
1answer
22 views

pinch zoom in android camera

How do I implement pinch zoom in android camera. There are several tutorials to pinch zoom an image, but I could not find one for zooming camera. Using the default displays a control with + and - ...
0
votes
0answers
7 views

Preventing default windows 7 multi touch event from firing with javascript

I'm currently working on an html5/javascript kiosk web app that will run full screen on a windows 7 PC with a 42 inch touch display. In the app I have a page where the user can pinch zoom an image in ...
0
votes
0answers
11 views

When Zooming an ImageView the image scales to the corner instead to center

So I'm running into an error where the image will zoom, but instead of zooming into the midpoint of my two fingers, it will zoom up to the corner of the original picture. This creates a very unnatural ...
0
votes
0answers
18 views

pinch zoomable ViewGroup using HoneyComb + sdk with setScaleX,setScaleY methods

I am trying to implement a custom FrameLayout that supports pinch zoom and pan while it keeps its children's touch positions. Therefore i am using api level 11+ methods (View.setScaleX(float ...
0
votes
0answers
6 views

Scroll view response to pinches

I have a UIScrollView that contains a UIView as its only subview. I'll call it ContainerView. I return ContainerView in the scroll view's delegate method viewForZoomingInScrollView. ContainerView ...
1
vote
0answers
124 views

Disable pinch zoom Android PhoneGap app

I'm building an Android app using PhoneGap 2.5.0, the Google Maps JavaScript API version 3.exp, and PhoneGap Build. My Android version is 4.2.2. Pinch zooming on the map doens't work very well. After ...
0
votes
1answer
30 views

ListView pinch-to-zoom possible?

I'm trying to implement pinch-to-zoom on a ListView which contains small pieces of code. However, I can't seem to get it to work. I suspect it may be not possible to implement multitouch zoom on a ...
0
votes
1answer
75 views

Android pinch zoom in Javascript

I've surfed all The net but I haven't already found an Answer or a Solution. I need to pinch zoom an element (specifically an image) in javascript (using Phonegap),but All the plugin that I've found ...
1
vote
1answer
59 views

Pinch ZoomIn/ZoomOut effect on Image using JqueryMobile

I have to add functionality of Pinch ZoomIn/Out effect on image using jqueryMobile Plugin, can any one help? Thanks alot, --Brock
0
votes
0answers
21 views

how to disable zoomview which i am getting using zoomview.jar file

In my Application i am zooming a layout using zoomview.jar but just i want to disable zooming on single touch and if it is two fingures pinch zoom should work.I want to disable zoom on single ...
0
votes
1answer
32 views

How to create a pinch zoomable, scrollable GridView for a strategy game?

I've made a chess style board game using a GridView with an ImageAdapter to handle piece movements. The game works great, but I want to make a change to the layout. The GridView is only scrollable in ...
0
votes
1answer
34 views

Zoom in ViewFlipper

I'm trying to do pinchzoom like this: zoom the imageview on the double click in viewflipper in android I tried to adapt that code to my project but it doesn't works... My code here (what i'm doing ...
0
votes
1answer
42 views

Pdf SDK for WinRT [closed]

There were already questions here on PDF SDK for Win 8 (RT). I wonder if smbdy tested which one - pdftron or foxit supports all the UI features for tablets - Pinch Zoom , TouchScroll etc? Thnx
0
votes
0answers
31 views

Zoom out on a small view with ScaleGestureDetector

I have a custom view with a ScaleGestureDetector, on which I want to use pinch to zoom action. It works ok when the view is rather large, but when it is small only zomm in works properly (I place two ...
0
votes
0answers
22 views

Creating a zoomable svg using gestures

I am trying to create a project where I can use finger gestures (pinch to zoom, and pan) on an svg. I want to be able to only, zoom in and zoom out, and pan on the svg but nowhere else. I am using ...
0
votes
0answers
21 views

PanzoomController not Scaling while zooming

In my game i am using ccPanzoomController to zoom the layer or node.Its allow me to zoom the node but cant able to touch the objects inside the node. Touch on object detection collision in some other ...
0
votes
0answers
116 views

pinch zoom effect with Android SurfaceView

I want to zoom SurfaceView so that,we can video player and camera too.I searched lot but didn’t found any proper guideline.Lot of question have been asked related to this but no proper solution I ...
0
votes
1answer
27 views

Java - how to listen to zoom events from touch pad mouse

Using my ThinkPad touch pad, I can zoom in and out on various applications with a pinch gesture, just as I do with other zoom methods, such as Ctrl+Mouse Wheel. Is it possible to listen to such ...
0
votes
0answers
76 views

What Android Events Are Triggered from Touchpad on Logitech K400?

I know that my Logitech K400 keyboard with touchpad can cause some Android apps (like the Dolphin Browser) to zoom in/out when I hold CTRL and swipe with 2 fingers up or down. I have written an app ...
0
votes
0answers
46 views

flow layout with pinch zoom

In my app i want implement following, 1)Grid like arrangement of Layouts(each layout contains a Button and Image View). 2)User can pinch zoom any Layout(zoom is between the standard set of values ...
0
votes
3answers
168 views

iOS OpenGL ES perform pinch zoom in 2d world

I am making a 2d OpenGL app on iPad. And i need to implement a pinch/zoom. I want to move the camera in (x,y) plane and control camera x,y and z value with pinch gesture. Each frame in update method ...
0
votes
1answer
196 views

jQuery mobile: change font size on pinch-in/pinch-out?

I'm writing a web document reader with JQM. I don't want my users to continuously scroll right-left when reading, so my viewport is: <META NAME='viewport' CONTENT='width=device-width; ...
0
votes
1answer
150 views

Pinch zooming with ScrollView: Updating its scrolling behaivor when child size changes

I have a custom class which I extended from the ScrollView. What I want to do is to implement pinch zooming with this class, with which I want to zoom to the ScrollView's child and scroll the zoomed ...
0
votes
1answer
148 views

How to make a TextView scrollable, without using ScrollView?

I need to implement a custom View object, which extends the TextView and supports pinch zooming and scrolling of zoomed the text. Android documentation says that the TextView class can take care of ...
-3
votes
1answer
46 views

How to validate an image is zoomed-in via C# [closed]

After zooming in an image, how can i validate the image is actually zoomed in via C# code? Also is there is a way to get how much percent its zoomed by looking at the pixel data? Thank you!
0
votes
1answer
53 views

Android - how matching size of the linearlayout

Hello I have a layout that can be resized but I want to synchronize 3 different linearlayout first linearlayout as the header,second linearlayout as the leftscrollbar and the third linearlayout as ...
1
vote
0answers
42 views

Drag listview on zoom

I am able to zoom custom listview, by using this link This listview is in viewpager. My problem is, when a view is zoomed, I dont know how to drag(by drag i mean move ListView to end - from left to ...
0
votes
0answers
99 views

Pinch to zoom in Visual Studio 2012 IDE (code view) not working?

so I mean just the code viewer window thing! (even spent 15 minutes trying to figure out what that window is called, no result) NOT in designer view, simulation etc. Perhaps best illustrated by an ...
0
votes
0answers
43 views

Android - Increase the sensitivity of the on touch pinch

Hello I've successfully create an android application that detect pinch and zooming using the scale from the pinch. But the problem now is the sensitivity, sometimes when I want to zoom out and zoom ...
0
votes
0answers
33 views

Partially pinch in/out in ipad browsers

I have a web page. This is divided into two sections as: 1. Left panel 2. Right panel I want to apply pinch in/out gesture to right panel content only. Left panel should remain unzoomed. Viewport ...
1
vote
0answers
120 views

Double Tap Error while implementing Universal Image Loader and ImageViewTouch

I am implementing a photo gallery in my app, so I used Nostras famous Universal Image Loader. However, it does not provide zoom in/out and double tap features which are currently the norm with photos ...
0
votes
0answers
97 views

Sencha Touch 2: pinch event not always received

I'm using the code here : http://www.sencha.com/forum/showthread.php?187928 to zoom and pan an image. I have added pinchstart, pinch & pinchend event handlers on an image: ...
0
votes
0answers
33 views

How to keep from over panning with surfaceview

I spent far too long trying to fix this and would really appreciate any suggestions anyone might have. I have reviewed several sites on the web but none of the examples seem to work properly. What I ...
0
votes
0answers
76 views

Prevent certain page elements to not be pinch-zoomable on iOS

I have a basic HTML page with a header that is fixed. When I pinch-zoom in to the page on an iPad or iPhone the header flows off the edge of the page and I can not drag the page to see it all. I can ...
0
votes
1answer
189 views

Android: Pinch-zooming ImageView with appended child Views

I am working on an Android Tablet Application where I have a blueprint that I can pinch-zoom. From a side menu I am able to drag little symbols into the zoomable image which I can later click and ...
1
vote
2answers
135 views

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 can resize that sticker or can rotate that and move also. See image. I ...
0
votes
0answers
128 views

pinch zoom and rotate on multiple views in android

i am developing an app which has multiple small images on single view and needs to be resized and rotated. i can do this for one image but i need to resize multiple images on that view I have ...
0
votes
0answers
108 views

Use ScaleGestureDetector with GestureDetector?

In my Android app I have an ImageView where I'd like the user to be able to fling it left/right/up/down to change the image (static maps) to the adjacent one. But in addition, I'd like pinch-zoom ...
0
votes
1answer
73 views

Pinch zoom event in openlayers

I'm using openlayers on an image and looking to have it so that if I zoom all the way out and it's off to the side a bit, that it will be automatically centered. I have the following code, but it is ...
3
votes
0answers
263 views

Android pinch zoom large image, memory efficient without losing detail

My app has to display a number of high resolution images (about 1900*2200 px), support pinch zoom. To avoid Out of memory error I plan to decode image to show full screen by using ...
0
votes
0answers
206 views

Pinch-To-Zoom feature for TiledScrollView

I used https://github.com/ened/Android-Tiling-ScrollView library to display large tiled image. Everything is working fine. Only problem is that, I want to zoom only particular part which I ...
0
votes
0answers
50 views

Issue in zoom out and in from iPad?

I have to tried zoom out and zoom in function in iPad, its working fine, but the zoom clarity is not good, I didn't know that, so how to make this? please help me. Thanks in Advance // This method ...
0
votes
0answers
85 views

Possible to toggle user-scalable for mobile devices through js or jquery?

My goal is to create a button that would allow me to change the viewport's content value from "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" to "width=device-width; ...
0
votes
2answers
138 views

windows phone get image size after transform

I'm going crazy, I searched all day trying to solve this problem, I binded an image froma db and pinch to zoom works: <Grid x:Name="LayoutRoot"> <ProgressBar x:Name="progressBar" ...
0
votes
1answer
129 views

Change the number of columns in GridView With Zoom / Pinch

In my application I implemented a Gallery like view using GridView. I want to change the number of columns in GridView manually as per user's choice. I can change it by providing any button or menu ...
0
votes
0answers
104 views

Looking for Android Touch to Translate and Pinch to Enlarge and Rotate

I am developing an Apps which is draw function. this is the one that I will develop. First, user can touch the bottom menu things to edit the photo. Once clicked the pattern will appear top of ...
1
vote
1answer
90 views

Gallery like WP system gallery with pinchtozoom

I'm trying to reproduce a gallery like the system gallery, but i have a problem with pinch to zoom, the container doesn't enlarge and the picturs overlays, I tried to use with listbox: <ListBox ...
0
votes
0answers
51 views

Mono android c# TouchImageView porting

I want to use the class TouchImageView in c# mono for android but I'm not expert in java and I'm beginner in c#. I found TouchImageView. It's an extension of ImageView with support for pinch zoom. I ...
4
votes
0answers
85 views

How to disable zooming ability on iOS for a particular element?

1) Go here on an iPhone/iPad: http://powellcreative.com/clients/Rotary/ I want, when the user zooms in on their device, for the menu bar to NOT zoom in and to stay where it's at and at it's current ...
0
votes
1answer
718 views

Zoom in/out in phonegap app for android and ios using javascript

I have went through a lot of posts regarding this and I assume that it works fine only when involving native code but I need it in phonegap. I have a built a phonegap application for ...

1 2 3 4