I want to navigate the user to a locations management page when the user clicks/taps the top area of the screen where the location name is displayed.
I've tried a ton of different options and none have worked for me
- Button with opacity of .01... doesn't work well
- Grid tapped event on the location grid... only records click with solid background or when letters are tapped
- Grid tapped event on page root... Records tap, but I cannot figure out how to determine if it was a tap on the top area of screen.
- Manipulation of page root Grid to detect X,Y... This gives me the location of the manipulation but the user has to drag their finger. Not tap it.