We're using MasterDetailPage to provide a flyout menu in our app. In iOS, the master pushes the detail out of the way. On Android, the Master appears on top of the detail, and the visible portion of the detail is greyed out.
However, even though the detail is greyed out and appears inactive, it still responds to touches. So if users inadvertently tap on the background instead of the menu, the menu dismisses and they are confused about what happened.
Is there any way to disable or control this behavior?