Menu2InputDelegate.onSelect not triggered on touch devices in SDK 8.4.x

I recently upgraded to SDK 8.4.0 and then 8.4.1, and for the first time tested touch-based devices such as the Venu 4 and Vivoactive 6. On these devices, Menu2InputDelegate.onSelect no longer seems to be triggered when tapping a menu item.

I am using CustomMenu, not Menu2. On button-based devices such as the Fenix series, this still works as expected, even when interacting via touch rather than buttons.

Switching back to SDK 8.3.0 resolves the issue, which makes this look like a regression in SDK 8.4.x.

So far, I have only tested this in the simulator. I do not have access to real touch-based devices, so I am not sure whether this is a simulator-only issue or also affects physical devices.

Is anyone else seeing this behavior?