I am trying to give my site a more webapp like feel.
I started by assigining a giving the index.php under the iPhone template folder the following tags that worked...
<title>Default Name of WebApp</title> - This gives the user a default name when they select "Add To Home Screen" from the + menu in Safari.
<link rel="apple-touch-icon" href="myicon.png"/> - This gives the user a custom icon when they select "Add To Home Screen" from the + menu in Safari.
The above two tags worked like expected. The following tags didnt work at all. I am looking to somehow make them work so I can give my webapp a better look and feel.
<meta name="apple-mobile-web-app-capable" content="yes"> - This should hide both the address bar above and the navigation controls below. It doesnt work at all.
<meta name="apple-mobile-web-app-status-bar-style" content="black"> - This should change the color of the Status Bar. It doesnt work at all.
<link rel="apple-touch-startup-image" href="cusotom-startup.png" /> - This should load a startup image instead of the home page with a spinning wheel. This doesnt work at all.
I am new to this componenet and webapps all together but believe I have done everything right. Can you please let me know if I am missing anything or if these functions are even supported?
Thanks,
Alex