This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Description
<CardView (tap)="onTap(x)"></CardView>
Tapping on the card view works the first time, but certain events (e.g. rotating the screen on iOS or navigating to a new view and back on Android) cause it to stop responding.
On Android the ripple effect still works but the callback is not called.