Many of the native iOS apps that support the CupertinoContextMenu use it on items that already have an existing onTap implementation.
Proposal
Currently, CupertinoContextMenu can trigger while also triggering onTap of the child element (depending on the exact duration of the tap) so it'd be nice to rework this such that a single GestureDetector is controlling both.
Use case
Many of the native iOS apps that support the
CupertinoContextMenu
use it on items that already have an existingonTap
implementation.Proposal
Currently,
CupertinoContextMenu
can trigger while also triggeringonTap
of the child element (depending on the exact duration of the tap) so it'd be nice to rework this such that a singleGestureDetector
is controlling both.