On the iOS version of the app I can stop a user being able to interact with controls on a panel/Pane by placing another semi-opaque panel over the top of the first panel.
When I transpose the code into the Android version it seems the user can still click on controls below the semi-opaque panel. Is there anyway to stop this interaction without the need for me to run a GetAllViewsRecursive on the panel and set enable to true for it's contents?
When I transpose the code into the Android version it seems the user can still click on controls below the semi-opaque panel. Is there anyway to stop this interaction without the need for me to run a GetAllViewsRecursive on the panel and set enable to true for it's contents?