I am developing small mobile app which requires a header in the page. I am using html5 with below code but i did not get header and theme also not working. My code is mentioned below
Script:
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" charset="utf-8" src="cordova-2.4.0.js"></script>
<script type="text/javascript" charset="utf-8" src="OptionsMenu.js"></script>
<script type="text/javascript" charset="utf-8" src="jquery.mobile-1.3.2.min.js"></script>
<script type="stylesheet" src="jquery.mobile-1.3.2.min.css"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
Html:
<div data-role="header" data-theme="b">
<h1>
Gps Coordinates
</h1>
</div>