Skip to content

Commit be55c42

Browse files
authored
Merge pull request NativeScript#1540 from NativeScript/niliev/goback
fix: broken link
2 parents a2f64c4 + abfbe27 commit be55c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function onTap(args: EventData) {
106106

107107
![navigation-schema-backward](../img/navigation/navigation-schema-backward.png?raw=true)
108108

109-
It can also be called upward navigation since you are going up in your navigation hierarchy. This type of navigation represents the opposite direction of the forward navigation and is supported by the `Frame` API. To force a navigation back to the previous page module loaded in a `Frame` simply call its [goBack()](http://localhost:9192/api-reference/classes/_ui_frame_.frame#goback) method. Check out the complete playground demo below the code sample.
109+
It can also be called upward navigation since you are going up in your navigation hierarchy. This type of navigation represents the opposite direction of the forward navigation and is supported by the `Frame` API. To force a navigation back to the previous page module loaded in a `Frame` simply call its [goBack()](https://docs.nativescript.org/api-reference/modules/_ui_frame_#goback) method. Check out the complete playground demo below the code sample.
110110

111111
``` item-page.xml
112112
<Page loaded="onPageLoaded">

0 commit comments

Comments
 (0)