Reputation: 20155
I noticed there are apps like Google Translate where, when I do "Add to Home Screen" and then open it, it runs on it's own instead of in a the mobile safari browser. How do I make an app like that?
Upvotes: 0
Views: 401
Reputation: 20155
Add this in the
<meta content="yes" name="apple-mobile-web-app-capable" />
Upvotes: 1