I'm trying to find a cross-platform way to disable user interaction with navigation toolbar buttons. When the user clicks "done" I make a request and want to prevent any further clicking of "done" or "back".
I know in iOS objective C you can use the "userInteractionEnabled" property. Is there an equivalent in xamarin.forms?