NavigationView.pushByTag
void pushByTag(string tag)Pushes the page with the tag tag onto the navigation stack.
If adw.navigation_view.NavigationView.add hasn't been called, the page is automatically removed once it's popped.
adw.navigation_view.NavigationView.pushed will be emitted for the page.
See adw.navigation_view.NavigationView.push and adw.navigation_page.NavigationPage.tag.
Parameters
tag | the page tag |