HI all
I'm using a Grid template and I made the back button the only problem here when I want to return to the previous page I should double click on the page body then I could use the shortcut I made .
<script>
(function () {"use strict";
ui.Pages.define("/nextPage.html",
// Navigates to the groupHeaderPage. Called from the groupHeaders,
// keyboard shortcut and iteminvoked.
navigateToGroup: function (key) {
nav.navigate("/pages/groupDetail/groupDetail.html", { groupKey: key });
}, }) }); </script>