android icon indicating copy to clipboard operation
android copied to clipboard

Issue facing with dragging on samsung s5

Open tiger1990 opened this issue 10 years ago • 7 comments

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 avatar Jul 28 '15 00:07 tiger1990

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

tiger1990 avatar Jul 29 '15 01:07 tiger1990

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 avatar Jul 29 '15 01:07 prakharavasthi

@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 avatar Jul 29 '15 02:07 tiger1990

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

tiger1990 avatar Jul 29 '15 16:07 tiger1990

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 avatar Aug 06 '15 15:08 sreekumarsh

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.

sreekumarsh avatar Aug 06 '15 15:08 sreekumarsh

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

zeeshanaslam78 avatar Feb 25 '16 20:02 zeeshanaslam78