Questions tagged [moveable]
6 questions
1
vote
0 answers
MoveableJS: Ignore user input but still allow programmatic move/resize/rotate
I can't seem to find any simple way to do this, so any pointers would be helpful.
I want to be able to toggle draggable/resizable/etc., preferably when the element is clicked, to ignore human input, but still allow programmatic movement calling…

jtalarico
- 886
- 8
- 22
1
vote
0 answers
Moveable controls not scrolling with the content
I am using Moveable library to drag and resize elements.
Below is my code for the vuejs app.
moveable: {
draggable: true,
throttleDrag: 0,
resizable: true,
throttleResize: 1,
keepRatio: false,
…

chandradot99
- 3,616
- 6
- 27
- 45
0
votes
0 answers
Movable extended floating action button
I am using ExtendedFloatingActionButton and make it movable on screen but it's view is missing from left side wen move it to the left of screen.
This is the image of screen where button is Working fine on right side:
This is the image of screen…

Abdul Rehman Jamil
- 13
- 4
0
votes
1 answer
React flow renderer and moveable element position and scale not staying the same
Hi I'm facing some difficulties utilizing react-moveable with react-flow-renderer to make my elements both movable and scalable.
At my current place, I am able to scale and rotate elements but after this when I try to move them the scaling and…

Jon E
- 3
- 4
0
votes
1 answer
Why is my rotated object resetting its rotation position after dragging into a new position?
I have a moveable-react component that is draggable and rotateable. If I rotate the object it rotates as expected but when I drag it (after rotating it) it resets to its original rotation angle.
Here are the onDrag and onRotate functions:
onDrag={({…

grabury
- 4,797
- 14
- 67
- 125
0
votes
0 answers
"form element select" moveable not working
I use moveable js.
https://github.com/daybrush/moveable
I need to make "form element select" moveable but not working. I record a video for this problem. I hope help me fix this problem.
codepen -> https://codepen.io/daybrush/pen/VoQypZ
I show in…

Mahammad
- 1
- 2