hello,
Im using some code which works on the normal version on my site, but when i add it to the Head tag in the iphone template for mobile joomla, it dont work any ideas
the code im using is (as i said it works in all normal templats not in the mobile joomla ones)
is it something that mobile joomla is stopping
Im using some code which works on the normal version on my site, but when i add it to the Head tag in the iphone template for mobile joomla, it dont work any ideas
the code im using is (as i said it works in all normal templats not in the mobile joomla ones)
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" sizes="114x114" href="http://www.harlowbargains.co.uk/templates/apple-touch-icon.png">
<link rel="stylesheet" href="http://www.harlowbargains.co.uk/templates/add2home.css">
<script type="text/javascript">
var addToHomeConfig = {
animationIn:'bubble',
animationOut:'drop',
lifespan:10000,
expire:0,
touchIcon:true,
message:'Install the HarlowBargains App on your <strong>%device</strong>. tap `%icon` and then <strong>Add to Home Screen</strong>.'
};
</script>
<script type="application/javascript" src="http://www.harlowbargains.co.uk/templates/add2home.js"></script>
is it something that mobile joomla is stopping