I have a modal popup, which shows as an absolute layout, which overlays the entire screen (It's added to the app's main absolute layout). The background of this is a half alpha box, to dark out the other controls and act as a touch "shim", blocking touches while the overlay is showing.
prior to 1.4.3 setting InputTransparent was sufficient to make the app not send touches to views underneath the overlay; but I find now it doesn't work - just on iOS.
Did something change, or is this a bug?