-
```
What steps will reproduce the problem?
1.Can't Pan, Scroll, Zoom with the pen tool selected(writing)
2.Can't Modify in settings the part related to issue above
3.Even with very large pinch fingers…
-
More or less complete! Still trying to figure out the second pan .. peeling a sticker that is already on the canvas.
@chieger
-
I have a page-based app and each page is a UITableViewController. One of the UITableViewCell contains a horizontal SwipeView.
My problem is that when I swipe on the SwipeView against its bounds then …
-
-
First let me thank for developing LES. Its amazing !!! I cant believe community added features to Ableton that even developer ignores for a decade.
**Describe the problem**
I downloaded LES only…
-
I'm using TransformGesture to transform (move, scale & rotate) object.
It's working ok, but object shakes on move.
Take a look this LQ video (shake is sometimes even worse): http://1drv.ms/24umZo5
Tr…
-
### Description
We have added a simple Grid layout in the MainPage with PanGestureRecognizer. We have added Frame as the Grid's child element. Upon panning the PanUpdated event is not getting trigg…
-
If the hammer'd element has vertically scrollable content, the pan event seems to break (more specifically, `event.deltaX` has unexpected values). This seems to be broken as of Chrome 55,a affecting b…
-
**Describe the bug**
Currently mousewheel is treated like this in controls:
```jsx
function onMouseWheel(event) {
if ( scope.enabled === false || scope.enableZoom === false || ( state !== ST…
-
Is there a way that I can disable pan and only allow zoom? I have my own methods of using pan and I just need the zoom functionality.