The tap event plays the card immediately, even when trying to scroll and see other cards.
Instead, the first tap should show the card is selected on tap by "Growing it's size" and setting it's state to playable
tap again, or long press to "play" the selected card
- play is only available when a crd is in selected state
should interface the same for the czar when selecting a winning stack
The react- doubleClick event is used to pass the event down to a click handler. but perhaps if the first click/tap renders the card state as playable (with some color or ui and auditory change on the card) the same event could be utilized on mobile and desktop.
The tap event plays the card immediately, even when trying to scroll and see other cards.
Instead, the first tap should show the card is selected on tap by "Growing it's size" and setting it's state to playable
tap again, or long press to "play" the selected card
should interface the same for the czar when selecting a winning stack
The react- doubleClick event is used to pass the event down to a click handler. but perhaps if the first click/tap renders the card state as playable (with some color or ui and auditory change on the card) the same event could be utilized on mobile and desktop.