sreekumarsh / android

Android projects with reusable components which will be useful in your applications.
86 stars 87 forks source link

Issue facing with dragging on samsung s5 #5

Open tiger1990 opened 9 years ago

tiger1990 commented 9 years ago

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. screenshot_2015-07-27-17-21-21

tiger1990 commented 9 years ago

I am waiting for your response, Hope you will take just couple of minutes to solve this issue

prakharavasthi commented 9 years ago

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.

tiger1990 commented 9 years ago

@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 ?

tiger1990 commented 9 years ago

Not working with iris-x9 also, Seems it is not working with maximum of devices. Please fix this issue.

sreekumarsh commented 9 years ago

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

sreekumarsh commented 9 years ago

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.

zeeshanaslam78 commented 8 years ago

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