Hey guys,
I'm using a custom WebView in full screen mode in my Xamarin.Forms application.
Since there can exist multiple web views, I need a menu to switch between the views.
I was wondering what's the best idea to show a menu in a full screen application.
I don't want a navigation bar to be visible at all times, I just want my users to see the web view and show the menu by using a gesture or a floating button or something.
Has someone tried to do something similiar?
I'm happy for any tips or recommendations.
Thanks,
Ronald