I have a page displaying two tabs using ion-tabs. Each one references another component in my app.
THe first time the page is called I send in relevant data via NavigationExtras and everything works fine.
However if I click on one of the tabs to load the underlying components, there is no way (that I can see) to pass through the existing NavigationExtras?
I cant find a simple way to pass paramaters/data between tabs the same way as if I was coming from a different page and used Navigation Extras?
Is this not possible?
2 posts - 2 participants