iOS 9 safari iframe src with custom url scheme not working
问题 I use this solution https://gist.github.com/davidwkeith/2662899 to redirect from web page into my app if app installed. But it doesn't work on iOS 9. It's still working in Google-chrome. But iframe with custom URL scheme can't launch the application from Safari. If I replace document.getElementById('loader').src = 'custom-protocol://my-app' (where loader is iframe) with window.location = 'custom-protocol://my-app' it will work. os: iOS 9 beta4 and beta5 Anybody knows this problem? Is it iOS 9