Skip to content

Instantly share code, notes, and snippets.

@wvdhaute
Last active October 6, 2015 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvdhaute/d55681ba005f5520b105 to your computer and use it in GitHub Desktop.
Save wvdhaute/d55681ba005f5520b105 to your computer and use it in GitHub Desktop.
iOS universal links
Following 2 links are shown in an iframe and should open my iOS app
Calling link from both a page hosted on demo.linkid.be or another one on chrome and all works fine. Not on safari tho.
<a href="https://demo.linkid.be/purpose?code=linkiddemo%3A%2F%2Fscan" target="_blank">Chrome iOS 9 all good</a>
Calling this link from a page on demo.linkid.be for safari does not work, from another domain and all is good.
<a href="#" onclick="window.open('https://demo.linkid.be/purpose?code=linkiddemo%3A%2F%2Fscan')">Safari iOS 9 problem case</a>
Any thoughts?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment