Suggestion: PageStackIndicator long press action

asked 2014-01-13 05:14:20 +0300

MartinK gravatar image

PageStackIndicator (the component that displays the dots corresponding to page stack depth in upper left) currently only reacts to clicks, popping the last page from the stack. It does nothing on long press.

So, thinking about how to get quickly get out from deep page stacks, I got the idea - how about using the page indicator long press action for this ?

So the suggestion is simple:

  • on long press on the page stack indicator, pop all pages from the stack, leaving only the first one

or

  • provide access to the long-press action to developers so they can implement it themselves

A little background: The back button in the modRana GTK GUI & Qt4 GUI works like this. Clicking it pops the current page from the stack and a long press goes to the first page, which is always the map page.

edit retag flag offensive close delete