Files
2016-07-06 16:09:11 +03:00

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%}