I am trying to develop a simple application that has a header and a footer (tab bar) which consist of two labels.
Html:
<div data-dojo-type="dojox.mobile.View" id="Img1">
<ul data-dojo-type="dojox.mobile.TabBar" fixed="bottom">
<li data-dojo-type="dojox.mobile.TabBarButton" icon="images/Arrow-turn-right-icon.png" data-dojo-props="transition:'flip',dir:'-1',moveTo:Home">Label</li>
</ul>
</div>
When I tried this, the tab bar still appears at the top of the screen. How can i fix that at the bottom of the screen?