would be nice to be able to have a link that acts like a bookmark me ... but instead asks if they wish to link to the page via there homepage or something similar..
iWebApps wrote: > Hi iPhoneWebDev, > > You can do this by adding the following > > 1) Create a 57 x 57 pixel png image and save on your website e.g. > my_icon_image.png. > > 2) Add to the <head> section of your home page the following <link > href="my_icon_image.png" rel="apple-touch-icon"> > > 3) Your user will then access the URL in Safari, Select the 'Add to > Home Page' option and select Add. The image in the meta tag will then > be used as the icon for your web app on the users home screen. > > Regards > iWebApps > > On Oct 31, 6:01 pm, iPhoneDev <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> Thanks for the reply,This will remove the URL bar and button bar. >> One more question was about launching of app,For my webapp i want to >> create a custom icon and place it on home page >> and application should execute after clicking of icon.Please let me >> know if this is possible. >> >> Thanks, >> iPhoneWebDev >> >> On Oct 31, 5:17 am, Philipp Kläsle <[EMAIL PROTECTED]> wrote: >> >> >> >> >>> 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/AppleApplicati... >>> >>> Phil >>> >>> On 31 Okt., 03:08, iPhoneDev <[EMAIL PROTECTED]> wrote: >>> >>>> Hi, >>>> >>>> I want to create aniPhoneapplication aswebappbut i do not want to >>>> launch it via hitting through URL,Is there any way i can make it look >>>> like anativeapplication and once i click on application icon it >>>> launches thewebappwithout the URL bar. >>>> >>>> Any help would be appreciated. >>>> >>>> Thanks, >>>> iPhoneWebDev- Hide quoted text - >>>> >>> - Show quoted text -- Hide quoted text - >>> >> - Show quoted text - >> > > > > . > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
