Files
NativeScript/apps/app/ui-tests-app/button/highlight-4740/highlight-4740.ts

6 lines
158 B
TypeScript

import * as frame from "tns-core-modules/ui/frame";
export function onTap() {
frame.topmost().navigate("ui-tests-app/button/highlight-4740/sub-page");
}