From 91d90ccd0fce31c14634e1c62cd8e509926c2a74 Mon Sep 17 00:00:00 2001 From: Manol Donev Date: Fri, 15 Mar 2019 15:38:04 +0200 Subject: [PATCH] fix: navigation b/n single and nested frame pages (#7011) --- .../app/home/home-page.ts | 13 +++ .../app/home/home-page.xml | 1 + .../app/some-page/some-page.ts | 13 +++ .../app/some-page/some-page.xml | 4 +- .../app/still-other-page/still-other-page.ts | 7 ++ .../app/still-other-page/still-other-page.xml | 12 +++ .../e2e/frame-root.e2e-spec.ts | 92 ++++++++++++++++++- e2e/nested-frame-navigation/e2e/screen.ts | 20 ++++ .../e2e/shared.e2e-spec.ts | 5 + .../ui/frame/fragment.transitions.android.ts | 9 +- 10 files changed, 170 insertions(+), 6 deletions(-) create mode 100644 e2e/nested-frame-navigation/app/still-other-page/still-other-page.ts create mode 100644 e2e/nested-frame-navigation/app/still-other-page/still-other-page.xml diff --git a/e2e/nested-frame-navigation/app/home/home-page.ts b/e2e/nested-frame-navigation/app/home/home-page.ts index af70f5a08..2f3d85b59 100644 --- a/e2e/nested-frame-navigation/app/home/home-page.ts +++ b/e2e/nested-frame-navigation/app/home/home-page.ts @@ -37,3 +37,16 @@ export function onNavigateToTabsTopRoot(args: EventData) { export function onNavigateToTabsBottomRoot(args: EventData) { application._resetRootView({ moduleName: "tab-root/tab-bottom-root" }); } + +export function onFrameToNestedFrame(args: EventData) { + const button =