Is there any way to pop to root window (main window or very first window on stack).
Ex: I have 4 windows say 1,2,3,4. "1" is being my root window and I traverse to 4th window. Now on some action event I want to Jump Back to Window 1 directly.
I went through this pebble documentation , did not get any way to do that.
But this is done in Pebble Default Alarm App, below are the steps:
- Set the alarm - (Window 1)
- Then after clicking select button it shows some "Menu List" - (Window 2)
- Last item in menu list is "Snooze Delay"
- Snooze Delay takes user to another Menulist to select snooze time-(Window 3)
- After selecting snooze time it shows confirmation message takes user back to alarm screen (Window 1) automatically without user interaction.
Can anyone please provide me pointers on this, how to achieve this behaviour.