This is a migrated thread and some comments may be shown as answers.

Navigate backwards multiple steps or how to modify the back stack

1 Answer 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
100%
Top achievements
Rank 1
100% asked on 24 Feb 2014, 12:29 PM
When having

var app = new kendo.mobile.Application(document.body, {});

you can navigate backwards to the previous view by

app.navigate("#:back");

which is very useful.

How can I step backwards two steps? And can I remove entries from the "back stack" manually?

1 Answer, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 26 Feb 2014, 11:46 AM
Hello,

Currently, we have not exposed an API for multiple history jumps - you can call the navigate(":back") method several times. 

As per your second question - the mobile application uses the browser history stack which can't be accessed or modified via javascript, for security reasons. 

Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
100%
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or