Search code examples
iphoneweb-applicationsiphone-standalone-web-app

How do you make mobile web apps like Trello did?


When I go to Trello on my iPhone and bookmark it to my home screen then go into the link from the home screen, it doesn't open the link in Safari, but in a new app. How is that done?


Solution

  • <meta name="apple-mobile-web-app-capable" content="yes" />
    

    in your <head> block.