I want to invoke a ios application from browser. If the app is installed, it should redirect to the app. Otherwise, it should continue in the browser it self, with out showing an error pop up message. I tried setTimeOut() in javascript, it not working.
Help me please...