Files
2019-06-20 15:58:36 +03:00

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");
}