I would like to use a Smart Banner on my website. It works great in Safari mobile but is not displayed at all in Tweetbot, Twitter App, Facebook App, or any other application that will display my website in a UIWebView component.
Do you know a way to achieve that or a workaround that will let me detect whether my application is already installed and display a message only if it is not.
window.location="x-my-app://blah"
with a "still there?" timeout is a good way to go but it will redirect to your app instead of just detecting whether it is installed or not. – Olivier Amblet Jan 25 at 14:25