Normal
It's a tricky one MP1 uses left/right to exit so that's what existing users are used to, I'm not sure if using the back button is particularly intuitive but neither is being stuck in the list lol.My original thought was to implement 'double tap' handling, e.g. when you're at the top of the list quickly double tapping up would exit the list, I briefly looked into that but it didn't seem easy to implement using the current input handling.I think what MP2 really needs is a way to pragmatically override the focus handling so in the xaml you can define OnLeft, OnRight, etc (the same as you can in MP1), the default focus handling would still be used in most cases so you wouldn't have to define them for every control, but they would be useful in special cases like this.
It's a tricky one
MP1 uses left/right to exit so that's what existing users are used to, I'm not sure if using the back button is particularly intuitive but neither is being stuck in the list lol.
My original thought was to implement 'double tap' handling, e.g. when you're at the top of the list quickly double tapping up would exit the list, I briefly looked into that but it didn't seem easy to implement using the current input handling.
I think what MP2 really needs is a way to pragmatically override the focus handling so in the xaml you can define OnLeft, OnRight, etc (the same as you can in MP1), the default focus handling would still be used in most cases so you wouldn't have to define them for every control, but they would be useful in special cases like this.