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

Fix Android Touch On Card #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Laguigue
Copy link

We have two Views to render two cards (A and B), view for A is always on top of B semantically speaking. When the topCard is B, we play with the z-index / elevation to put it visually on top of the card A. But react still consider the A on top of everything.

Problem with Android: if we want to add a touchable inside a custom Card, let's say for a "onTap" feature, the click will always been catched by the second Animated.View, no matter the elevation. Z-index works fine with IOS.
The workarround I used is to simply bypass the click event on the card A when the top card is B.

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

Successfully merging this pull request may close these issues.

1 participant