-
### Description
Adding Drag and Drop Gesture Recognizer along With Tap Gesture Recognizer to the same control (Frame) will not work
Tap Gesture Recognizer will work and Drag Drop will not work, Remo…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
Windows 11
### Mobile device if the issue happens on …
-
Different devices seem to return very different readings from the accelerometer. A calibration step should help deal with that. It should also deal with people with different interpretations of what t…
-
Error :
"The following assertion was thrown building CanvasTouchDetector(dirty, state: _CanvasTouchDetectorState#56194):
Incorrect GestureDetector arguments.
Having both a pan gesture recognizer…
-
### Steps to reproduce
1. Create a SelectionArea
2. The child component must be a PageView, physics: NeverScrollableScrollPhysics
3. Inside the PageView add at least two other widgets
4. The bes…
-
Incorrect GestureDetector arguments.
Having both a pan gesture recognizer and a scale gesture recognizer is redundant; scale is a
superset of pan.
Just use the scale gesture recognizer.
-
Hi, After restart or play new video I got this error:
Performing hot restart...
Waiting for connection from debug service on Chrome...
Restarted application in 164ms.
The platformViewRegistry ge…
-
I tried adding gestureRecognizer directly to headerView but not working, so I also tried:
` let headerImageView = UIImageView(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.width, UIScreen.main…
-
Steps to repro:
1. clone this repo.
2. run the example
3. click on screen1 button.
You get this error:
Incorrect GestureDetector arguments.
Having both a pan gesture recognizer and…
-
I have faced this problem while writing gherkin BDD integration test for my flutter application where I am not able to get the driver tapped on TextSpan items under RichText, I know that there is no k…