hyuwah / DraggableView

DraggableView is an Android library to make floating draggable view easily using extensions on Kotlin & provided utils class on Java
MIT License
112 stars 21 forks source link

OnLongClickListener not working #13

Closed mikelantzelo closed 1 year ago

mikelantzelo commented 2 years ago

When i try to add onClickLongListener to draggableview it dows not work. Can Someone help me?

ekhiw commented 2 years ago

@mikelantzelo i made a pull request for this, using GestureDetector with onLongPress, i add callback that you can use, see this PR #14