-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
When navigating directly to a tab in a dynamic route that includes a Tab Bar component (eg: page/1/home), the tab is not selected.
This issue is introduced in 8.6.0. In the provided example it can be reproduced changing the dependencies version.
Expected Behavior
When navigating directly to a tab in a dynamic route that includes a Tab Bar component (eg: page/1/home), the tab is selected
Steps to Reproduce
- Click on any of the dynamic pages in the initial page
- Observe that the home tab is not selected
Code Reproduction URL
https://stackblitz.com/edit/sb1-stbfygxm?file=package.json
Ionic Info
Ionic:
Ionic CLI : 5.4.16
Utility:
cordova-res : not installed
native-run : not installed
System:
NodeJS : v20.19.1
npm : 10.8.2
OS : Linux 5.0
Additional Information
Version 8.5.9 works as expected. After 8.6.0 it does not (any posterior version).
I've been looking into the commits of that version but could not identify the issue.
Thanks for you help ❤️