How do I achieve a responsive master/detail split view using AutoRoute? #1667
Replies: 1 comment
-
@Milad-Akarie has kindly worked up a demonstration to achieve my requirements. split_routing_demo.mp4See below:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is an example:
https://maikub.github.io/masterdetailscaffold/#/
Below an X dimension, the master (list) and detail (detailed information about the list selected item) should be sequential navigated views, shown on separate screens.
After this X dimension, both views are shown side by side.
I havent been able to get this to work.
The tricky bit appears to be, if the user is in split screen (wide) mode, they have a list on the left, detail on the right, and nothing in the back stack.
If they resize the window to be narrow, the left (left pane) should disappear, and move to the back-stack, leaving only the detail view on screen.
The user can the hit a "back" button, to pop the detail screen, and return to the master list.
How do I make this work?
Beta Was this translation helpful? Give feedback.
All reactions