Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Closed
Labels
Description
Version
2.2.2
Reproduction link
https://play.nativescript.org/?template=play-vue&id=b9T9VZ&v=4
Platform and OS info
iOS 12.4 / Android 7
Steps to reproduce
- Navigate to a full page from within a tab (tap tab 'two')
- Navigate to a tabview from this page using clear history (tap 'nav to FullPage')
- Attempt to navigate to nested page (tab tab 'one' then 'nav to NestedPage')
What is expected?
- Should navigate to nested page within tabview
What is actually happening?
- Navigation breaks, which appears to be because the ids of the frames in the tabview gets reassigned to
${framename}1
when the nested navigation page requires frame:${framename}
- Attempting this flow again, resolves the issues, as the frame names revert to the original assigned frame names.
This is the base structure of an app which would require quite a large navigation restructure, so any workaround or fix would be appreciated without disrupting this specific component structure i.e. frame within a tabview within another frame.
Thanks!