Alex Vasilkov

Results 38 comments of Alex Vasilkov

Hi, can't see any problems actually, just put your button into details layout. Checked in sample app and it worked just fine.

Hi. Hm, I don't think this feature should be introduced to the library itself, have you seen such feature integrated directly into ListView or RecyclerView? :) I think you can...

Thank you for new feature, it is now possible to automatically merge your pull request. But I see several issues that prevents me from merging it right now: 1. Code...

BTW, you should not need to close this pull request and open new one, just add new commits to this PR.

Edit text seems to work fine, at least when I add it to sample app and test on Samsung S10. I may need more details to understand what is going...

Sorry for late response. I checked the code and cannot find the bug, the only possible error case I can see is if you are calling any of the library's...

Too little details, please provide a proper description with examples and explanation how RecyclerView items issue is related to this library.

I tried adding RecyclerView with buttons into GestureFrameLayout and it seems to handle both clicks and scrolling (started on a button) just fine. Note that there was a fix for...

Can you reproduce the issue in the sample app? Or can you modify the sample app in the way that will showcase this issue? I tried it myself and wasn't...

Yes, thanks, I can reproduce it now, not sure why I didn't see that myself. I did a quick research and it turns out that if `RecyclerView` items are clickable...