SelvaRaman
SelvaRaman

Reputation: 218

Pop all the pages except first page BlackBerry 10 Cascades?

How to pop all the pushed pages except first page in BlackBerry 10 qml?

Upvotes: 2

Views: 341

Answers (1)

Richard
Richard

Reputation: 8920

That may depend on the base object. When using the NavigationPane for example I would use the navigatTo(Page *targetPage) method and specify the first page as the target.

Upvotes: 5

Related Questions