Iphone Webapp

Hi,

to make this Skin a full Iphone WebApp, you might want to add the following meta / link tags by default:

<link rel="apple-touch-icon" href="../../unavailable.html"/> <-- Should be 75x75 icon without effects

<link rel="apple-touch-startup-image" href="../../unavailable.html"> <-- Should be 320x460 splash screen

Additionally a new window is opened on the first click on the home screen. Maybe you have an idea how to prevent this as the hidden Safari navigation buttons reappear when a new page is loades.

Thanks for the great skin!

Best regards,

cptnemo

#533780

How the heck did I forget adding this to the skin :P Nice find.

I'll add them in the next version, and have a graphic, + psd for those to create their own.

#533782

Looking forward to the implementation of the Metas. Anyhow it's also not a big deal to add them yourself.

Maybe one other recommendation. Put the User Graphics (Logo, etc.) in a seperate Graphic Package, so if you send an update the user just hast to replace the Skin and your included Graphics but not upload his customisation...

#533791

Huh, good catch. :D

..Al

#533797

You may want to also consider these:

http://developer.apple.com/safari/library/...s/MetaTags.html

<meta name="apple-mobile-web-app-capable" content="yes">

<meta name="apple-mobile-web-app-status-bar-style" content="black">

Bear in mind, there are advantages and disadvantages to making an app into a webapp, versus just allowing it to be bookmarked -- the most notable is that on a webapp, when clicking on an email link, it launches MobileMail -- when it's a regular web page, it pops up the Mail pane (which is more convenient and more direct).

#533799

the logo size should be 57*57, not 75*75

#534349

Damn, didn't even notice these were included, full screen browsing nice!

#534936

If I uncomment this I can make my site a web app, but unfortunately if I click a thread it has to open Safari which completely defeats the purpose. Is there a way around this?

#537518

Heh nope. Since webapps need to be 100% ajax. That's why it's commented out

#537519