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

Redirect functionality in new Kendo UI mobile release

1 Answer 106 Views
HTML5, CSS, JavaScript
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Christoph
Top achievements
Rank 2
Christoph asked on 12 Mar 2014, 05:04 PM
Hi all,

at the moment I have a redirect functionality in kendo ui mobile which looks like following:

var redirect = function(location) {
   kendoApp.pane.history.pop();
   kendoApp.navigate(location);
}

This pops the current location and puts in the view which I navigate to.

This functionality seems to be going away since the new release of Kendo UI mobile is no longer supporting the application.pane.history array. Is there any other way how I can implement this redirect behavior?

Cheers,
Christoph

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 14 Mar 2014, 10:06 AM
Hello Christoph,

With the Q3 release, we replaced the mobile application history stack with the built-in browser history, which can't be modified.

The good news is that in our upcoming release (2014 Q1), due this month, we are going to introduce an additional navigational method - replace, which will essentially work just like the snippet you have posted - by replacing the current history entry with the next one.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
HTML5, CSS, JavaScript
Asked by
Christoph
Top achievements
Rank 2
Answers by
Petyo
Telerik team
Share this question
or