Skip to content

PageRow: Introduce ability to automatically pop invisible pages

Devin Lin requested to merge work/devinlin/pagerowpop into master

This adds a property (false by default) which allows developers to have pages be automatically be popped off the stack if they are not visible. We already use this feature in many Plasma Mobile applications, because keeping pages on the stack (ex. forms) when a user swipes back can confuse users.

Merge request reports