I'm trying to use this example to create a menu system -- https://syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/
I downloaded the example at the bottom of the page and it works nicely. The problem is that in my new portable forms project it isn't working correctly for android. The menu stays open and clicking the menu icon does nothing.
Just to verify the issue I upgraded the xamarin nuget packages in the downloaded example to the newest version and it doesn't work on android. Is there something I should be doing differently now or is this an issue with this version ?
Thanks,
Bob