mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
519 B
519 B
nav-title | title | environment | description | previous_url |
---|---|---|---|---|
frame How-To | frame | nativescript | Examples for using frame | /ApiReference/ui/frame/HOW-TO |
Frame
To perform navigation, you will need a reference to the topmost frame of the application. {%snippet frame-require%}
Navigating to a Module
{%snippet frame-navigating%}
Navigating with a Factory Function
{%snippet frame-factory-func%}
Navigating with NavigationEntry
{%snippet frame-naventry%}
Navigating Back
{%snippet frame-back%}