Open tiger1990 opened 9 years ago
I am waiting for your response, Hope you will take just couple of minutes to solve this issue
Hi,
can you send a video or image of thw issue you're facing.I checked on Samsung galaxy Note 3 and it's working fine in it.
@prakharavasthi
if (!mDragMode) {
/* when user action on other areas /
if ((pressedItem && Math.abs(prevY - y) > 30)
|| event.getAction() != MotionEvent.ACTION_MOVE) {
pressedItem = false;
handler.removeCallbacksAndMessages(null);
}
return super.onTouchEvent(event);
}
//Every time on this method when i debug ( handler.removeCallbacksAndMessages(null); executes )and return super.onTouchEvent(event); is cancelled is returned in samsung s5.
I am sending video
How to send video and where ?
Not working with iris-x9 also, Seems it is not working with maximum of devices. Please fix this issue.
I checked this in samsung galaxy ace, htc one m8, couldnt find any issues. I am waiting to get a galaxy S5/S6 will update soon
sorry for the delay as I have moved to studio from eclipse and planning to host this library in maven. I didnt have eclipse setup.
Its not working on LG G2 and LG Tribute 2 as well
if (!mDragMode) { /* when user action on other areas / if ((pressedItem && Math.abs(prevY - y) > 30) || event.getAction() != MotionEvent.ACTION_MOVE) { pressedItem = false; handler.removeCallbacksAndMessages(null); } return super.onTouchEvent(event); }
//Every time on this method when i debug ( handler.removeCallbacksAndMessages(null); executes )and return super.onTouchEvent(event); is cancelled is returned on LG G2 and LG Tribute 2 but it was working on emulator
I have checked this demo, Problem on dragging a listitem on samsung s5 and may be it will give same problem on other device also. On motorolla it is working fine. I am not getting what is the problem. Please solve this as this became headache for me.