-
Notifications
You must be signed in to change notification settings - Fork 17
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
Click events is not triggering untill double tap in some Samsung Devices above Android 10 #29
Comments
`
` |
|
Case 1 : If i give click even for parent view of SwipeView Event itself is not Trigger Case 2: if i give click event for SwipeActionView . event is trigger for both childview and childactions ` holder.swipeView.setOnClickListener(view -> {
` Case 3: if i give click event for Outer_ll which is click of SwipeActionView . then event is not trigger in Samsung device (Works on all other devices). ` holder.outer_ll.setOnClickListener(view -> {
|
I'm not sure how to reproduce this since I do not own any Samsung devices but perhaps the change in #23 fixes it? You can test it by changing dependency in implementation 'com.github.Tunous:SwipeActionView:th~22-horizontally-scrolling-child-SNAPSHOT' |
No Need to do any code level change ?
Jagadisha N
Consultant - Technology
E: ***@***.***
T: +91 8072734291 | W: www.incture.com<http://www.incture.com/>
…________________________________
From: Łukasz Rutkowski ***@***.***>
Sent: Thursday, June 24, 2021 8:16 PM
To: Tunous/SwipeActionView ***@***.***>
Cc: Jagadisha N ***@***.***>; Author ***@***.***>
Subject: Re: [Tunous/SwipeActionView] Click events is not triggering untill double tap in some Samsung Devices above Android 10 (#29)
I'm not sure how to reproduce this since I do not own any Samsung devices but perhaps the change in #23<#23> fixes it?
You can test it by changing dependency in build.gradle to
implementation 'com.github.Tunous:SwipeActionView:th~22-horizontally-scrolling-child-SNAPSHOT'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#29 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANLD5S5G4VQQMVCJVZJP6ODTUNAMPANCNFSM47HWNZ2Q>.
‘This e-mail may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it permanently.’
‘This e-mail may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it permanently.’
|
No, that is internal change only. But again, this might not fix the issue and is just my blind guess. |
Hi SwipeActionView is not allowing child views to trigger Click Event untill thy tap it for twice.. this issue is not in all devices it only occur in Samsung Android 10 + devices (Samsung S20)
The text was updated successfully, but these errors were encountered: