You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current drag area has a default restriction to its boundary. And there is no options to disable it.
I wanna implement some feature like infinite canvas, e.g. Google Map. So, How to disable the boundary restriction first?
Describe the solution you'd like
I have implement some event of the Drag Area: pointerdown, pointermove and pointerup.
And I don't wanna set a large width/height with scrollbar.
Describe alternatives you've considered
<div data-role="draggable" data-drag-area="app" data-drag-area-boundary="false"></div>
// OR
<div data-role="drag-area" data-boundary-restriction="false"></div>
Is your feature request related to a problem? Please describe.
The current drag area has a default restriction to its boundary. And there is no options to disable it.
I wanna implement some feature like infinite canvas, e.g. Google Map. So, How to disable the boundary restriction first?
Describe the solution you'd like
I have implement some event of the Drag Area: pointerdown, pointermove and pointerup.
And I don't wanna set a large width/height with scrollbar.
Describe alternatives you've considered
Additional context
https://metroui.org.ua/draggable.html
https://codepen.io/taurenshaman/pen/GRZgvvQ
Thank you very much! ♥♥♥
The text was updated successfully, but these errors were encountered: