nativescript-swipe-layout icon indicating copy to clipboard operation
nativescript-swipe-layout copied to clipboard

events for detection if swipe/drag started

Open mvanhelmont opened this issue 7 years ago • 2 comments

Nice plugin, is it also posible to fire a event when de swipping/draging is started en ended?

So we can display a text on a image like Tinder?

thanks

mvanhelmont avatar Apr 05 '19 14:04 mvanhelmont

@mvanhelmont thanks

unfortunately the events are only triggered once swiping/dragging is done, but it could be implemented. it could be a good feature for this plugin but not sure if I'll get time to implement that anytime soon, i encourage you to contribute and do a PR. It would be highly appreciated 😄

rhanb avatar Apr 15 '19 07:04 rhanb

Hi, when i click on button to do swipe right/left/up i receive an error for NS Angular: CONSOLE ERROR: ERROR TypeError: Cannot read property 'animateSwipeLeft' of undefined CONSOLE ERROR: ERROR TypeError: Cannot read property 'animateSwipeRight' of undefined CONSOLE ERROR: ERROR TypeError: Cannot read property 'animateSwipeUp' of undefined

abdullahkhalidmahmood avatar Mar 31 '21 11:03 abdullahkhalidmahmood