iOS
iOS copied to clipboard
Universal Links not working
I am experiencing an issue with Universal Links when using Duck Duck Go for IOS. Universal links are not opening in their native apps, and are instead opening in a new tab.
App Version: 7.101.0.1
IOS Version: 16.7.2
Model Name: iPhone X
Other Details: Open Links in Associated Apps: ON
Steps to Reproduce
- Run the following HTML code on a simple web server accessible by your Duck Duck Go IOS instance
- If you have NodeJS installed, run
npx http-server <path-to-source-code-directory>
- If you have NodeJS installed, run
- For the full demo, please ensure you have either
Google MapsorWazeinstalled ANDApple Mapsinstalled - Open Duck Duck Go and access the webpage
- Click Google or Waze links.
- You will note that the map opens in a new tab
- Click Apple Maps
- You will note that this opens in the Apple Maps app
Expected Behavior:
The links should open their corresponding app
Actual Behaviour:
The links open a new tab
Additional information
- Perform the same steps above in either Google Chrome, Safari or Firefox on your IOS device and all links open in their correct apps.
HTML Code for Demo
<!-- filename: index.html -->
<html>
<head>
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head>
<body>
<a href="https://www.waze.com/ul?ll=44.6533753993004%2C-81.13464470301994&navigate=yes">Waze</a>
<br>
<a href="https://www.google.com/maps/dir/?api=1&origin=45.22738091447632%2C-81.62266720155588&destination=44.6533753993004%2C-81.13464470301994&travelmode=driving">Google</a>
<br>
<a href="http://maps.apple.com/?t=m&dirflag=d&daddr=44.6533753993004,-81.13464470301994&saddr=45.22738091447632,-81.62266720155588">Apple</a>
</body>
</html>
A customer of mine has also opened a ticket in our internal tracking system regarding this issue (for us it was with an App Store link, not opening the AppStore, but instead navigating to the app store). Curious to see the developments of this issue. Cheers.