eclipsesource / eclipsesource/tabris
Tabris UI: Support destroying of pages in the stack
Open
enhancement
feature request
- Dominant language
- Java
- Stars
- 56
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Consider the following use case:
I have a choices between {A, B, C} on a ChoicePage
When I select A, I have a sub choices between {A.a, A.b} on a SubChoicesPage
When I select A.a I see these details on a DetailsPage
When I navigate back, I want to be back to the ChoicePage and not bother with the SubChoicesPage
Tabris UI currently only supports closing of active pages. On iOS this behaviour always includes a close animation, which looks strange.
Please include an API that allows me to destroy inactive pages from the stack.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.