I've a problem with deeplink on iOS. Here is the case : I've a web page with a classic button using an universal link such as https://my-app/routeA/params
.
If the user directly clicked on this link through mail, note, message the deeplink to my mobile app is working. However, if he clicked with the button (on the web page), through safari or chrome, the deeplink doesn't work.
By the way, the deeplink works well on Android when the user click on the button (within the web page).
So it seems to be a problem with web navigator on iOS. Any ideas what's wrong here ?