Questions tagged [gesture]

A gesture is a specific pattern of touch, cursor, or physical movement that may be recognized by an application to perform a specific task.

A gesture is a specific pattern of touch, cursor, or physical movement (Recognized through a camera or other sensor such as or ) that may be recognized by an application to perform a specific task. See also .

2187 questions
0
votes
1 answer

windows phone 7, panorama touch events?

I have a panorama control with 3 panorama items in it. I want to create a function where if a user taps on any panorama item, it changes the pictures of the ones currently off the screen. I Wont confuse everyone with the details of it, but simply…
peter
  • 1
0
votes
2 answers

Tap on a image inside the ListView, we should get a property value of specific Row

I have a listView, it contains an image with a list of items. When I tap on the image, I should get ProfileID of that row.
0
votes
1 answer

How to make a UICollectionView cell touchable/clickable?

I have a UICollectionView with cells that hold images. I would like to make each individual cell of the UICollectionView touchable/clickable through code, how should I approach this?
0
votes
1 answer

Flutter - MatrixGestureDetector is not working with flutter_swiper

I am using flutter_swiper to swipe images from a list a images. I want to use MatrixGestureDetector to move swiper containing images and perform zoom-in zoom-out to it. When i set the swiper layout to Default it works perfectly but when i change it…
KUNAL HIRANI
  • 641
  • 1
  • 7
  • 20
0
votes
0 answers

Delphi FMX "swipe" not left or right gesture

I work with Delphi 10.3 and up. I want to handle a "swipe" left or right. By swipe I understand not left and right (I already implement that). Is like "left + move down" in the same gesture. (like a diagonal) Is there such a gesture in delphi or I…
Popa Ovidiu-Razvan
  • 475
  • 1
  • 5
  • 22
0
votes
1 answer

Swipe circle to open new Activity(page) in flutter

I want to open new page when I swipe the circle in the middle of the screen. that is when I swipe blue circle left a new page should open and when I swipe right another new page should open. Similarly when I swipe pink circle bottom another new page…
0
votes
1 answer

Is the SwiftUI tapGesture super greedy?

Swift 5, iOS 13 This code works if I change the second Gesture to say a LONG Press, but leave them both as tap and it never shows the red box? Am I going mad? import SwiftUI struct SwiftUIViewQ: View { @State var swap: Bool = false var body: some…
user3069232
  • 8,587
  • 7
  • 46
  • 87
0
votes
1 answer

How to launch a View from a swiftui gesture

Gestures in ios 13 do not seem to allow using .sheet to launch a modal view nor does it allow use of .alert either. Alerts and Sheets seem to only work on buttons, images, and other objects, but not on gestures. Any idea of a workaround other than…
Tim
  • 597
  • 8
  • 18
0
votes
1 answer

How to implement "Two finger swipe" gesture in android?

I have researched a lot but I couldn't find even a blog that tell about MultiTouch events. All are giving tutorials on single swipe. I wish to apply fling and 2 finger swipe both in same activity.
Abhishek
  • 63
  • 1
  • 7
0
votes
0 answers

Disable the "Cover Screen to enter sleep mode" gesture on Wear OS

Consider this page from Google, examining the point "Sleep or wake your watch", the sub point named "Put your watch in Sleep Mode". It was brought to my notice, that in rare circumstances people seem to be able to invoke that call for sleep mode…
Confused Merlin
  • 127
  • 1
  • 8
0
votes
0 answers

Disable modal sheet drag gesture in SwiftUI

I created a simple sheet that presents a basic few. The problem is, that this view contains a list that is also draggable. And so when I drag the list, my sheet gets dismissed too. Does anyone know how to disable the drag gesture on the sheet in…
0
votes
1 answer

How do I keep clipped content of one subview from blocking gestures in underlying subviews with SwiftUI?

I have a main view consisting of a zStack with a background image at the bottom, a user-loaded image above that, and two toolbars at the top. The toolbars are at the vertical top and bottom of the view. I want those toolbars to appear…
Jesse
  • 25
  • 7
0
votes
1 answer

UWP C# mouse control with gestures

I'm working on implementation of controlling mouse cursor with gestures recognihened with depth camera. I wanna move cursor and perform left mouse click. How it can be implemented in UWP C#? I have tryed this for mouse move and it works OK, but…
0
votes
1 answer

How to consume tap events for Map in CollapsingToolbar

I want to put a MapWidget into a FlexibleSpaceBar (inside a SliverAppBar inside a NestedScrollView) to show it in a Collapsable Toolbar. My widget tree looks like this: Scaffold | |- NestedScrollView | |- SliverAppBar | | | …
luckyhandler
  • 10,651
  • 3
  • 47
  • 64
0
votes
1 answer

holographic remoting can not capture gestures at unity

I use Holographic Remoting Player to project the unity uwp program to HoloLens. I can get the unity picture on HoloLens, and I can move around to move the field of view, but the gesture cannot be detected in the unity release program. I mean that…
1 2 3
99
100