Swipe-Deck icon indicating copy to clipboard operation
Swipe-Deck copied to clipboard

[0.3.0] Clicking on views layered on top of swipedeck, causes cardactionup/down

Open KishoreBabuIN opened this issue 7 years ago • 4 comments

I have linear layout with images, and a swipedeck, all inside a framelayout. the image layout is visible over the swipedeck.

On click of any of these images, the image click listeners do not work. Instead it's the swipedeck's oncardactionup/oncardactiondown being called. Can you help me here @aaronbond?

Really awesome lib though. Cheers!

KishoreBabuIN avatar Aug 10 '16 05:08 KishoreBabuIN

could you send me a screenshot so i can understand what you're asking? are you saying that swipedeck is stealing the click from an image rendered on top of it?

aaronbond avatar Aug 27 '16 13:08 aaronbond

screenshot If you check the screenshot, when I click on the thumbs up/down circular images, the clicks instead get picked up by the swipedeck below.

and, render_below=true in the xml

KishoreBabuIN avatar Sep 03 '16 12:09 KishoreBabuIN

my bad.. didnt mean to close. sorry abou that.

KishoreBabuIN avatar Sep 03 '16 12:09 KishoreBabuIN

i've moved development over to swipedeck2

could you try importing swipe deck 2 and moving your code over to that? it should only be a few changes here and there

and use swipedeck:render_above="false" in swipedeck 2.

i've just tried your issue and it seems to work for me on swipedeck2

aaronbond avatar Sep 04 '16 02:09 aaronbond