Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ goBack
Method
goBack
packages/core/ui/web-view/index.ios.ts:247–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
}
246
247
public goBack() {
248
this.nativeViewProtected.goBack();
249
}
250
251
public goForward() {
252
this.nativeViewProtected.goForward();
Callers
15
ensureBackWrapperInstalled
Function · 0.45
close
Method · 0.45
goBack
Function · 0.45
test_NavigateToNewPage_InnerControl
Function · 0.45
test_NavigateToNewPage
Function · 0.45
_test_PageNavigation_EventSequence
Function · 0.45
test_NavigateTo_WithContext
Function · 0.45
test_NavigateTo_WithBindingContext
Function · 0.45
test_FrameBackStack_WhenNavigatingForwardAndBack
Function · 0.45
test_WhenNavigatingForwardAndBack_IsBackNavigationIsCorrect
Function · 0.45
test_NavigateToNewPage_WithAndroidCache
Function · 0.45
test_NavigateToNewPage_InnerControl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected