This question is locked. New answers and comments are not allowed.
Hi,
I just began using this platform last week.I want to navigate from one view to another on submit button click.I used the following code in submit function
var app = new kendo.mobile.Application(document.body, {
transition: 'slide',
skin: 'nova',
initial: 'components/home/view.html'
});
app.navigate("components/formView/view.html")
},
I want to go from home-view.html to formview-view.html
It navigates to the other view but the next html page is not displayed properly.
Also when i hit back button home-view.html is also not displayed properly.
I am really new to this platform so please help.
Thanks,
Rugved