The tag refers to a method of interaction with graphical user interface. Instead of simply choosing, user may draw a shape (so called gesture) over an item, which is recognized by the software and triggers specific reaction. Gestures are very popular, but not limited to touchscreen applications.
Questions tagged [gestures]
516 questions
0
votes
1 answer
How could i drag it by using Gesture?
By using Gestures, can i able to drag like this image ? I mean, have to drag as a tick mark . So for this onClickListener must be used. After it performs,then it should be able to open another screen finally in a display part.
When i use my hand, i…

Achiever
- 1,626
- 10
- 30
- 54
0
votes
1 answer
Dynamically adding controls and gesture listener in wp7
I want to add some images or controls dynamically in my canvas control and for each control I want to get its gesture event. How I Would I get that what will be the best approach.
void AddText()
{
TextBlock name = new…

Arslan Pervaiz
- 1,575
- 4
- 29
- 62
0
votes
1 answer
Google Image App How to start?
I am planning to make a Mac application that works like Google Images for mobile. It takes the search results and makes it possible to swipe through them.
I am using a Mac, so I would like to use trackpad gestures. I think the system would be very…

Deohboeh
- 37
- 7
0
votes
1 answer
TouchImageView - Is image scaled?
I am using TouchImageView from Mike Ortiz project on github (https://github.com/MikeOrtiz/TouchImageView) and is working fine. Now I want to check if the image have a zoom in at a moment.
Explaining: I have to block some options if the user made…

davidtiagoconceicao
- 71
- 1
- 2
0
votes
2 answers
Swiping across multiple CCLayers
Imagine three instances of a CCLayer subclass Block positioned next to each other. Each is 100x100 pixels and has some basic square background art. These three objects are part of an encapsulating CCLayer subclass called Container.
How can I swipe…

SundayMonday
- 19,147
- 29
- 100
- 154
0
votes
1 answer
How to use Swipe Gestures on Android Fragments (with Tabs)
I saw an excellent guide in using gestures for Android app's.... over here.
However, I could not adapt it to my situation which is bit more complicated. I have a FragmentActivity with two inner Fragment classes (also using support library, tabs,…

TheLettuceMaster
- 15,594
- 48
- 153
- 259
0
votes
1 answer
Mapbox ios SDK subclass contentOffset and contentSize or UIpanGestures
i've tried to send touch events from an another UIScrollView subclass to the Mapbox SDK, but i've discovered that the UIPanGestures from the RMMapview aren't the one used on the scrollview.
So, how can I modify the RMMapview and RMMapScrollView to…

user1538340
- 11
- 3
0
votes
1 answer
CGAffineTransformScale + Gestures
I have a problem.
There is a uiview, which is controlled by gestures (can be moved horizontally).
And while this uiview is small, everything is OK.
After scaling it using CGAffineTransformScale the strangeness starts:
Pan began working odd - became…

Another84
- 176
- 2
- 6
0
votes
1 answer
Weird behavior moving CALayer via setPosition
I am trying to move a set of CALayers according to the Pan gesture.
I'm using this code:
-(void)handlePanFrom:(UIPanGestureRecognizer *)recognizer {
float newX = 0;
for (CALayer *layer in self.layer.sublayers)
{
[…

Mc-
- 3,968
- 10
- 38
- 61
0
votes
1 answer
Use Swipe to use another IBaction (XCODE)
I'm building a music app for iOS right now, I have a button which is connected with an IBoutlet for Nextsong. For example. How can I use swipe as a button. So when Swiped, an IBoutlet is triggerd.
Is this possible? And how would this be?
Thanks

Sjors
- 781
- 1
- 6
- 6
0
votes
1 answer
how to increase the gesture time out time
I have implemented multiple-stroke gestures in my app, but if the pause between strokes is too long it resets the gesture. Is there a way to increase the time allowed between strokes of a single gesture?

Chimeara
- 695
- 7
- 27
-1
votes
1 answer
Does anyone know how to implement simple mouse gestures in jQuery/javascript?
Something exactly like this would be perfect.

Dara Java
- 2,410
- 3
- 27
- 52
-1
votes
1 answer
Leap Motion gets confused between different gesture types. How to optimize?
The swipe gestures Left,Right, Up and Down are not optimized. If a task has to be performed with an upward swipe, it would get confused with a left swipe and still perform it.Please suggest me the parameters to be optimized for differentiating…

Payal Kumar
- 75
- 5
-1
votes
3 answers
Resize ImageView with only one finger movement instead of two
I'm trying to change an ImageView's height with only one finger movement (upside or downside). The code below changes height with two fingers (like pinching or reverse). How can I modify this code to do what I want? Thanks.
public class MainActivity…

jason
- 6,962
- 36
- 117
- 198
-1
votes
1 answer
how can i do when i swipe my finger all clickable under my finger became clicked in android?
I have six Image View in horizontal when I swipe my finger on them no item press? I want to these all buttons pressed when I swipe my finger on them and perform their click functionality like piano and guitar. When we swipe finger on screen all…

Shahryar Aziz
- 33
- 1
- 1
- 7