-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: add experimental_preferUniversalLinks
property to switch to Universal Links by default for mobile linking
#4294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add experimental_preferUniversalLinks
property to switch to Universal Links by default for mobile linking
#4294
Conversation
🦋 Changeset detectedLatest commit: 4aa3266 The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
11 Skipped Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Universal Link shouldn't be the "default" most likely. Instead only the fallback. Universal Links only work proper if triggered immediately after user interaction. When using Wagmi this is unpredictable as often there are network calls before triggering the Universal Link. That's why a few years back we defaulted to Deep Links.
enableUniversalLinks
property to switch to Universal Links by default for mobile linking
|
661105f
to
e6df959
Compare
enableUniversalLinks
property to switch to Universal Links by default for mobile linkingexperimental_preferUniversalLinks
property to switch to Universal Links by default for mobile linking
…niversal Links by default for mobile linking (reown-com#4294)
Description
Introduces
enableUniversalLinks
property to let users default to Universal Link as a first approach to trigger mobile wallet links.experimental_preferUniversalLinks
property where useslink_mode
property of the wallets if enabled and if that value exist.Type of change
Associated Issues
For Linear issues: Closes APKT-xxx
For GH issues: closes #...
Showcase (Optional)
In App Browser when the deep link is allow listed:
regular-deeplink-allowed.MP4
In App Browser when the deep link is not allow listed and Universal Link is not enabled:
binance-with-ul.MP4
In App Browser when the deep link is not allow listed and Universal Link is enabled:
zerion-ul.MP4
Default OS browser, using "Open" function to re-trigger the deeplink (or UL if enabled):
os-browser-open-button.MP4
Checklist