Hi,
I’ve started creating a phonegap app from the template and here is the index.html.
My question is where is the phonegap.js. It’s not in any of the folders.
Do I need to download it from somewhere?
*****************************
<title>Basic PhoneGap Application</title>
<script type=”text/javascript” src=”phonegap.js”></script>
<script type=”text/javascript” src=”js/index.js”></script>
<link rel=”stylesheet” type=”text/css” href=”css/index.css” />
</head>
<body>
<header>
<hgroup>
<h1>My PhoneGap Application</h1>
<h2>A starter PhoneGap mobile app template</h2>
</hgroup>
</header>