-
### What is the bug?
I get the following exception when zooming out as far as possible without explicitly setting `minZoom` to 0:
```
══╡ EXCEPTION CAUGHT BY GESTURE ╞════════…
-
UIKit's gesture recognizers include a slop region. This slop region isn't always desirable for direct manipulation scenarios.
We should explore how we might provide pinch/rotate/pan support without a…
-
* [x ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md).
## What did you do?
Tried to use double tap…
-
### The bug
My domain consists of Cyrillic characters (https://фото.большойчлен.рф), the mobile app show error that the server is unavailable
If i convert it via Punycode, it works correctly (https:…
rtx4d updated
1 month ago
-
Hello, everyone. Thank you for taking the time to discuss this issue during your busy schedule. When I first encountered this problem in the afternoon, I improved my code and put the CropController in…
-
### Bug Description
I cannot redo the same steps that I did undo
Add Undo / Redo buttons
final undo = MobileToolbarItem.action(
itemIconBuilder: (context, __, ___) => Icon(
Icons.undo,
…
-
When I try to pan or scale on a custom object, the gesture recognizer handlers are not triggered nothing happens. I followed the box sample and instead of box sample I added a custom object to the pla…
-
Is it possible to pinch and rotate without the pan recognizer? The pan recognizer makes the page unscrollable on iOS. I tried a few things:
1. Setting a min pointer count of 2 on the pan recognizer…
-
### Description
When SwipeGestureRecognizers are added to a stacklayout in a scrollview the scrollview will no longer scroll with touch.
The only way to see this behavior is to use the simulator o…
-
### Steps to reproduce
This occurs with:
go_router version 14.2.7
Flutter 3.24.2 or 3.25.x (any version of 3.25)
If you programmatically `.push` --> `.pop` --> `.push` (a second time), then t…