Neil Cauldwell wrote: > <meta name="apple-mobile-web-app-capable" content="yes" /> > > I tried including it in the head of the doc and loading an existing 'web app' > from the home page, but it doesn't hide all chrome (I was expecting the > bottom chrome to be hidden too) - does the 'bookmark' need to be made after > the meta tag is included in the head of the document? >
Yes. I recommend reading some docs on Apple's site, such as: http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html > This is how the <head> looks at the moment http://pastie.org/607518 (don't > worry about the ERB tags - the app is running on Rails, but those styles and > js includes are working), I'm wondering if I've done something wrong with the > 'apple-mobile-web-app-capable' include > Looks good to me. I don't think apple-touch-fullscreen is good for anything anymore. (iUI examples in 0.30 still use it, but they won't in 0.40) -- Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
