I am finding that InputTransparent is behaving differently on iOS to Android and Windows Phone.
Where I see this is when I have a hierarchy of Views within a ScrollView. I use InputTransparent within the hierarchy (on Views where I do not provide any support for interaction, such as Labels) to ensure that user actions bubble up to the ScrollView so that scrolling happens regardless of where the user swipes. This works fine on Android and Windows Phone. However, on iOS, I find that some Views become inoperable, even though those particular Views have NOT had InputTransparent set (examples being a Picker and a Slider).
Is it intentional that InputTransparent behaves differently on iOS? If not, is there a timescale for fixing this? Or if it is intentional, is there any documentation as to what the different behaviour is?
Many thanks,
John H.