I was able to open apps from safari this way:
window.location = \'myapp://do/xx\';
or open facebook app:
window.location =
With iOS9, Apple is changing a few things concerning URL schemes. Here is an article about those changes.
Basically, you now have to register all URL schemes that are supported by your app in your .plist file.