pushByTag

fun pushByTag(tag: String)

Pushes the page with the tag @tag onto the navigation stack.

If method@NavigationView.add hasn't been called, the page is automatically removed once it's popped.

signal@NavigationView::pushed will be emitted for the page.

See method@NavigationView.push and property@NavigationPage:tag.

Since

1.4

Parameters

tag

the page tag