Does anyone know if full screen support for web applications has made
it into the latest release of the SDK? (8th version build 5a345).
I have the following XHTML included in the HEAD tag of my
application. As of the 7th version of the SDK this did not produce a
full screen web app. I did in fact save it to my home screen, as
indicated in one of the videos from Apple.
Here is the code:
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="apple-touch-fullscreen" content="YES" />
<meta name="viewport" content="width=320; initial-scale=1.0;
minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
Anyone have success with full screen apps? If so, what am I doing
wrong?
- John Kramlich
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---