Hi,
when I use the following layout for all my views I realized that the Back button appears on every view.
As far as I remember "jQuery mobile" automatically hides the back button on the first view by default - which is great because I surely don't want a back button on my first view.
Having the back button even on the first view, is that by design in Kendo mobile?
Thx
Ingmar
when I use the following layout for all my views I realized that the Back button appears on every view.
<
section
data-role
=
"layout"
data-id
=
"default"
>
<
header
data-role
=
"header"
>
<
div
data-role
=
"navbar"
>
<
a
class
=
"nav-button"
data-align
=
"left"
data-role
=
"backbutton"
>Back</
a
>
<
span
data-role
=
"view-title"
></
span
>
</
div
>
</
header
>
</
section
>
As far as I remember "jQuery mobile" automatically hides the back button on the first view by default - which is great because I surely don't want a back button on my first view.
Having the back button even on the first view, is that by design in Kendo mobile?
Thx
Ingmar