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 lot of problems trying to implement an responsive/adaptative navigation style.
For example:
If i want to implement a split view, with a list of item on the left an a item detail on the right, it is posible to create a nested view to handle this scenario. But if screen can be resize, the split view should convert to a list wiht 'onPressed' event, to navigate to detail screen. How to achieve this scenario on autoroute? How to mantain state between to UI ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having a lot of problems trying to implement an responsive/adaptative navigation style.
For example:
If i want to implement a split view, with a list of item on the left an a item detail on the right, it is posible to create a nested view to handle this scenario. But if screen can be resize, the split view should convert to a list wiht 'onPressed' event, to navigate to detail screen. How to achieve this scenario on autoroute? How to mantain state between to UI ?
Beta Was this translation helpful? Give feedback.
All reactions