Problem with deeplink URI. Walletconnect V2 #1765
Unanswered
GrahamMcBain
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying connect walletconnect version 2 from mobile UI. We can not use deeplink anymore.
session process is nerver done here.
on Dapp:
window.location.href = keyring:// + 'wc?uri=' + uri session = await approval()
is never done approval
on Wallet:
session = await acknowledged()
is never done
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions