I have an item template that is a Grid containing multiple child controls (an Image and a Label). When I place a tooltip on the grid itself, selection stops working. This problem doesn't occur on Windows but does occur on Android.
I've tried moving the tooltip to the primary label in the item template but that results in Label's size blocking selection.
FWIW: Long press does show the tooltip.
Is this a known issue? If so, is there any way I can accomplish this without breaking selection?