Hi,
I have a page called store.htm - static page
it contails multiple pages and all it contains is lists and uls.
when i udate - add a href list item and come to Mobile and refresh , i dont see the newly added list item in there.
but after multiple manula refreshes it shows up on my mobile.
- YPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>mytheme Appstore</title>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1"/>
<script type="text/javascript">
function getRandomID()
{
var d = new Date();
return(pad(d.getMonth(),2)+''+pad(d.getDate(),2)+''+pad(d.getHours(),2)+''+pad(d.getMinutes(),2)+''+pad(d.getSeconds(),2));
}
function pad(number, length) {
var str = '' + number;
while (str.length < length) {
str = '0' + str;
}
return str;
}
</script>
<script type='text/javascript'>
(function(){
ranID = getRandomID();
var debugging = /?.*debug/.test(window.location.href);
var minified = debugging ? '' : 'min.';
document.write('<link rel="stylesheet" href="jquery/css/jquery-ui-1.7.2.custom.min.css"/>');
document.write('<link rel="stylesheet" href="css/jquery.mobile-1.2.0.min.css"/>');
document.write('<link href="css/mythemeappstore.min.css" rel="stylesheet"/>');
document.write('