Add this to your code: <meta name="apple-mobile-web-app-capable" content="yes" />
This removes the URL bar and the button bar at the bottom of the screen, when it's started from the Home screen. It's explained in the Apple WebApps Guides (https://developer.apple.com/webapps/docs/ documentation/AppleApplications/Reference/SafariWebContent/ ConfiguringWebApplications/chapter_8_section_3.html#//apple_ref/doc/ uid/TP40002051-CH3-SW2). You can even change the status bar appearance: https://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/chapter_8_section_4.html#//apple_ref/doc/uid/TP40002051-CH3-SW1 Phil On 31 Okt., 03:08, iPhoneDev <[EMAIL PROTECTED]> wrote: > Hi, > > I want to create an iPhone application as webapp but i do not want to > launch it via hitting through URL,Is there any way i can make it look > like a native application and once i click on application icon it > launches the webapp without the URL bar. > > Any help would be appreciated. > > Thanks, > iPhoneWebDev --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
