Hello -
I'm not experiencing an issue, per se. I'm trying to determine if the same functionality that is present in the Kendo UI method "navigate" also exists when using the Native Page Transitions plugin.
Specifically, the functionality in question is the "Navigate backwards to the previously visited mobile View" that is described at http://docs.telerik.com/kendo-ui/api/javascript/mobile/application#methods-navigate
Basically, in Kendo UI, it's well documented that you can use the "app.navigate("#:back");" to (easily) navigate to the last view.
I haven't been able to find a similar way to do this when using the Native Page Transitions plugin. Of course, I could programmatically track the last view and then call that, but if there's an easier way, I like to do that instead.
I've come across the same question on other comments threads (blog posts, I think), but have yet to see an answer.
Thanks!
David