Custom button on back container view becomes disabled after animation
Closed this issue · 6 comments
Great library! I love this thing. But I noticed something very strange, and didn't quite figure out what's going on. I have a button on the back view, but looks like it's disabled when shown after the first animation. Any idea what might cause this? And how it could be fixed?
I saw a similar issue, and I think it could be due to the layout of the cells after scrolling or when data gets reloaded. I saw a problem in the layout where cells were overlapping. Visually everything looks fine, but if you examine the view order, you'll see the cells overlapping and blocking the touch that should get through to the button you want. I fixed this by making sure the center cell is always on top by adding one line to the layout: ctscoville@51edd4a
You can disregard the whitespace changes in that commit, and you should see the line I added on line 131.
However, buttons on the back container view arent getting active
@ctscoville are you sure? Because not working :(
I have similar issue, and unfortunately @ctscoville's fix does not work. Any other ideas?
@ctscoville hi do you have any open source project I couldnt implement that if there is something please let us know and use it I couldnt understand nothing from usage and demo
if there is some please help us to know it