html5 apps can be "add to the home screen" in iphone/ipad etc.
Has anyone managed to do this with C2?
Any ideas how to get something like this into the project:
<link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.png" />
I guess I could edit the template, but then it would give the same icons for each project. I could also edit the index.html and manualy drop the images into the project, but to have to do this each time I export will be difficult.
Thanks!