-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Environment
- CLI: 5.0.1
- Cross-platform modules: 5.0.5
- Android Runtime: 5.0.0
Describe the bug
Nested frame content disappears after mixing nested / parent frame navigation actions with different transitions (e.g. default transition for inner frame and slide transition for parent frame).
To Reproduce
- Tap "Player Two" (nested frame navigation with default transition)
- Tap "navigate to some page" button (parent frame navigation with slide transition)
- Go back via hardware button (parent frame back navigation)
- Nested frame content is missing (i.e. Player Two details are missing from the home page)
Expected behavior
Nested frame content should be visible on back navigation from the parent frame no matter the transitions used for navigation.
Sample project
https://play.nativescript.org/?template=play-tsc&id=BZfk8A&v=2 NOTE: playground sample crashes with a different exception as it is not using the latest binaries -- use just the source files for reference!
Use the attached zip to debug: NSPlayground.zip