You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem trying to set a navigation like this. I did a logic that I render a component (a list) if I'm in phone, or I render another component (list / detail) if I'm in tablet. This all happens inside a Tab router (for instance, you have a Sales tab, an inside you show a list of sales with the detail of each sale to the right) The problem is when you want to navigate inside the detail component. How can you resolve that? You can't have a new router for the detail component. And rendering scenes inside a component (made the detail render scenes) does not work either. I want to be able to render a List / Detail component (being the list one component, and the detail another one), and then being able to click in some button in the detail, and navigate to another component, but inside the Detail view (the List component keeps rendered). Thanks
I'm having a problem trying to set a navigation like this. I did a logic that I render a component (a list) if I'm in phone, or I render another component (list / detail) if I'm in tablet. This all happens inside a Tab router (for instance, you have a Sales tab, an inside you show a list of sales with the detail of each sale to the right) The problem is when you want to navigate inside the detail component. How can you resolve that? You can't have a new router for the detail component. And rendering scenes inside a component (made the detail render scenes) does not work either. I want to be able to render a List / Detail component (being the list one component, and the detail another one), and then being able to click in some button in the detail, and navigate to another component, but inside the Detail view (the List component keeps rendered). Thanks
Originally posted by @scblason in #1565 (comment)
The text was updated successfully, but these errors were encountered: