-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
add universal link flag #2352
add universal link flag #2352
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/scaffold/src/partials/w3m-connecting-wc-mobile/index.ts
Outdated
Show resolved
Hide resolved
There might be changes to complete this feature
@@ -103,6 +103,7 @@ export interface WcWallet { | |||
image_url?: string | |||
order?: number | |||
mobile_link?: string | null | |||
link_mode?: string | null |
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.
this might bring confusion as we are developing another feature called link-mode 👀
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.
useEffect(() => { | ||
window.Telegram?.WebApp.ready() | ||
}, []) |
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.
is this reqquired? what happens if it fails?
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.
This is used by Telegram to initialize the website inside a Mini App. Outside telegram it doesn't have any effect. We can remove this from labs if needed, it's just here for testing purposes.
@glitch-txs should we move to draft until the issue with iOS is resolved ? |
TODO
How to test the preview in Telegram:
Changes
enableUniversalLinks
flag to use Universal Linking on mobile, this will improve Telegram Mini Apps supportBlocked by https://github.com/WalletConnect/cloud-app/pull/1195
Associated Issues
closes #...