-
Notifications
You must be signed in to change notification settings - Fork 387
try at the edge mode #23
Comments
The Thus the |
@r0adkll thanks for the kind support of the detection hint. |
Yes, you can set the edge when building the ViewDragHelper instance but there are 3 methods that need to be overriden and implemented in the Callback instances to support it. I do plan on implementing these changes here in the near future when I get the chance. No problem! |
i found another repo that has similar function here |
Interesting, can't say I'm a fan of his approach of making you extend his Activity which is why I built my library to be attachable. I am currently testing and implementing an edge catch/drag mode right now that is out in the SNAPSHOT build. |
I found it so hard to implement the slidr in the activity and please dont do the extend from the activity or appcompat because there are alot of other people need to add from behind. I really look forward to see the slidr that works on the real edge detection. Let me know when it is not. @r0adkll |
Edge dragging is now implemented and in release |
The edge detection is not working. I just realized that your component on using dragviewhelper doesnt work in detection of edge detection to trigger the movement of the panel does not work. I discovered that the down detection was ACTION_MOVE instead of ACTION_DOWN. As the result it just triggered the move before considering the edge touch distance. I think we should build a brand new drag detection instead of using the one from android sdk.
The text was updated successfully, but these errors were encountered: