- From: Marcos Caceres <notifications@github.com>
- Date: Thu, 23 Apr 2015 13:26:48 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Thursday, 23 April 2015 20:27:15 UTC
ok, so I was assuming people were using `.onerror`, but they seem to be using a timed redirect: ```JS //try to go to the app, if it fails, jump to the appstore setTimeout(function () { window.location = "https://itunes.apple.com/appdir"; }, 25); window.location = "appname://"; ``` See: * [How to check if an app is installed from a web-page on an iPhone?](http://stackoverflow.com/questions/13044805/how-to-check-if-an-app-is-installed-from-a-web-page-on-an-iphone) * [How to detect if a URL will open on phone?](http://stackoverflow.com/questions/21199850/how-to-detect-if-a-url-will-open-on-phone) --- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/364#issuecomment-95710388
Received on Thursday, 23 April 2015 20:27:15 UTC