Dear,
I'm implementing the nested sublayer menus, lets assume layer 1 menu (top level menu), layer 2 (sub layer - level 2 menu), layer 3 (Sub layer - level 3 menu) and so on. Here I am using the keypdad handlers for each sublayer menu with Focus paths to change the menu layers going forward.
Issue:
Once I change the menu to layer 3 through layer 1 and perform some operation, now I want to go back to layer 2; but once I hit the back button, it directly goes to layer 1 (top level menu) instead of layer 2.
Could you please guide me here how I can implement single back option instead of top level? If we can achieve this using focus path then it will be great, else if you have better approach to accomplish the mitigation over this issue then it is highly appreciated.
Thanks,
Gopichand Sonawane