Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ onTap
Function
onTap
apps/ui/src/issues/issue-2661-second-page.ts:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ topmost } from
'@nativescript/core/ui/frame'
;
2
3
export
function
onTap() {
4
topmost().goBack();
5
}
Callers
nothing calls this directly
Calls
2
topmost
Function · 0.90
goBack
Method · 0.45
Tested by
no test coverage detected