Last active
October 6, 2015 13:12
-
-
Save wvdhaute/d55681ba005f5520b105 to your computer and use it in GitHub Desktop.
iOS universal links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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