Hi,
On my sample app I'm browsing through multiple views for test. When i press the Back button on my phone or go to index page, i cant exit to my app.
If i've visited 20 pages, I must go back through 20 pages to exit and go back to android desktop. how can i exit from the index? any button or tag can help me?
Please help
On my sample app I'm browsing through multiple views for test. When i press the Back button on my phone or go to index page, i cant exit to my app.
If i've visited 20 pages, I must go back through 20 pages to exit and go back to android desktop. how can i exit from the index? any button or tag can help me?
Please help
<script> new kendo.mobile.Application($(document.body), { platform: "android", initial: "index" });</script>