You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var toolbar = (this as NavigationPage).NavigationPageToolbar;
Intended Use-Case
In my app (Android) I need a modal page wrapped in NavigationPage to have a back button, but im not using Shell and I have tried with FindViewById(Resource.Id.navigationlayout_appbar), but that way the toolbar i get is from the page before the modal page. Or is there any other way to get the modal page toolbar
The text was updated successfully, but these errors were encountered:
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Description
I would like to be able to access page's Toolbar
Public API Changes
Intended Use-Case
In my app (Android) I need a modal page wrapped in NavigationPage to have a back button, but im not using Shell and I have tried with
FindViewById(Resource.Id.navigationlayout_appbar)
, but that way the toolbar i get is from the page before the modal page. Or is there any other way to get the modal page toolbarThe text was updated successfully, but these errors were encountered: