-
When using a trackpad, it would be nice to have the ability to zoom in and out with a pinch gesture, like in many other programs.
No clue how easy or hard this would be to implement, though.
-
I am facing issue with pinching. Whatever props related to pinch I am using is not working like step, onPinching etc. I tried to disabling it as well but it's not working. Looks like pinching props ar…
-
We should find a happy medium between the pinch and scroll zooms.
-
A no brainer function to draw the bounding box in a pinch.
```
// Function to draw the bounding box of a given object
function draw_bounding_box(objId) {
with(objId){
draw_set_alpha(1);
d…
-
### Description
I am currently developing map-related automation on Android using Detox and have encountered a roadblock with implementing pinch gestures. It appears that there is no feature equivale…
-
Add a pinch gesture to allow zooming the video. Ideally like in a image viewer, which allows to zoom into certain parts of the image.
-
We've got a design around square images which is nice but to what extent is this a pinch point - perhaps we should allow uncropped images to appear at least on leaves and possibly on signposts as well…
-
Check these examples:
Pinch to zoom on a GridViz instance that takes the whole window works like expected, e.g. this one, where the zoom center roughly stays the same
https://eurostat.github.io/gr…
-
## Steps to Reproduce
Create a custom layout of Camerawesome:
```dart
CameraAwesomeBuilder.custom(
builder: (cameraState, preview) {
return cameraState.when(
onPreparingCamer…
-
This came out of the Low Vision and Blind Accessibility study. Several of the low vision blind participants mentioned that Pinch to Zoom is expected to be used in an app to help with low vision.
G…