- From: Marcos Caceres <notifications@github.com>
- Date: Thu, 05 Mar 2015 21:32:04 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 6 March 2015 05:32:32 UTC
It would be nice if there was a way for web apps to indicate that there is an equivalent native app - by providing a link to an application store or marketplace. Apple, for instance, provides "[app banners](https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html)": ```HTML <meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL"> ``` And Microsoft has the following [meta tags](https://msdn.microsoft.com/en-us/library/ie/hh781489%28v=vs.85%29.aspx): ```HTML <meta name="msApplication-ID"content="microsoft.build.App"/> <meta name="msApplication-PackageFamilyName"content="microsoft.build_8wekyb3d8bbwe"/> ``` Such a feature could help with the "door slam" problem. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/326
Received on Friday, 6 March 2015 05:32:32 UTC