Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue facing with dragging on samsung s5 #5

Open
tiger1990 opened this issue Jul 28, 2015 · 7 comments
Open

Issue facing with dragging on samsung s5 #5

tiger1990 opened this issue Jul 28, 2015 · 7 comments
Assignees

Comments

@tiger1990
Copy link

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

@sreekumarsh sreekumarsh self-assigned this Jul 28, 2015
@tiger1990
Copy link
Author

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

@prakharavasthi
Copy link

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
Copy link
Author

@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
Copy link
Author

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

@sreekumarsh
Copy link
Owner

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
Copy link
Owner

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants