Iphone Webapp
Rate Topic:




-
Group:
Subscriber*
-
Posts:
3
-
Joined:
03-January 10
Posted 03 January 2010 - 03:20 AM
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="{$this->settings['img_url']}/custom_icon.png"/> <-- Should be 75x75 icon without effects
<link rel="apple-touch-startup-image" href="{$this->settings['img_url']}/splash.png"> <-- 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
0
-
Group:
Administrators
-
Posts:
4,741
-
Joined:
08-November 02
Posted 03 January 2010 - 05:25 AM
How the heck did I forget adding this to the skin

Nice find.
I'll add them in the next version, and have a graphic, + psd for those to create their own.
0
-
Group:
Subscriber*
-
Posts:
3
-
Joined:
03-January 10
Posted 03 January 2010 - 02:36 PM
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...
0
-
Group:
Subscriber*
-
Posts:
26
-
Joined:
01-November 09
Posted 03 January 2010 - 07:13 PM
Huh, good catch.
..Al
0
-
Group:
Subscribers
-
Posts:
59
-
Joined:
24-May 06
Posted 04 January 2010 - 12:17 AM
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).
0
-
Group:
Subscriber*
-
Posts:
5
-
Joined:
27-January 10
Posted 27 January 2010 - 04:26 AM
the logo size should be 57*57, not 75*75
0
-
Group:
Banned
-
Posts:
37
-
Joined:
01-March 10
Posted 01 March 2010 - 04:39 AM
Damn, didn't even notice these were included, full screen browsing nice!
0
-
Group:
Subscriber*
-
Posts:
20
-
Joined:
04-November 09
Posted 28 September 2010 - 07:27 PM
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?
0
-
Group:
Administrators
-
Posts:
4,741
-
Joined:
08-November 02
Posted 28 September 2010 - 08:02 PM
Heh nope. Since webapps need to be 100% ajax. That's why it's commented out
0