I have an HTML page containing a link to a custom URL scheme, displayed on iPhone .e.g myapp://localhost/
Assuming the user clicks it, but there is no app that can respond to this scheme, how do I catch this in javascript (that the link cannot be opened)?
tnx
Yes that can be done using webview delegate not using Javascript.
Similar question How to handle app URLs in a UIWebView?