I have a couple of ContentPage derived classes in my app (accessible from the apps MasterDetailPage implementation) that have rather complex controls that need to receive gesture input from the user. I don't mind if, on these pages, the navigation can only be accessed using the icon on the Master. But how do I make it so that these detail pages and their fancy controls can receive this input?
↧