You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An element that sits inside a tappable area with a higher zindex should take precedence and not trigger the tappable event inside it. In my case the underlying "card" layer is tappable as a whole but there is a button element that should have its own tap action.
stopPropagation doesn't seem to do anything. There really should be a "bubble" level specification.
<Tappable>
Card layer divs tappable
<Tappable><Button> zIndex = 100, does its own thing, Card layer ignored</Button></Tappable>
</Tappable>
The text was updated successfully, but these errors were encountered:
An element that sits inside a tappable area with a higher zindex should take precedence and not trigger the tappable event inside it. In my case the underlying "card" layer is tappable as a whole but there is a button element that should have its own tap action.
stopPropagation
doesn't seem to do anything. There really should be a "bubble" level specification.The text was updated successfully, but these errors were encountered: