swipe hold similar to left panel
-
How can I achieve an effect similar to left panel when holding and moving the panel, I would like to do this for a top panel while holding and moving vertical.
-
Have a look at the swiping docs you should be able to achieve that with this directive.
-
@a47ae Have checked the docs I can get the swipe event but I would like to hold and do transform:translate while holding.
-
You should be able to do that with Quasar swipe. Where did you get stuck?
-
Look at http://forum.quasar-framework.org/topic/758/v-touch-swipe-error I have added TouchHold directive, swipe only recognizes when a swipe was done but does not track the position in the example left panel changes the position when you hold the panel.
<div v-touch-hold="method"></div>
When I added this to my component I did not get any events when pressing and holding (mouse).