Skip to content
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

Wallet connect deeplink is not handled in Android app #4896

Open
gvoltr opened this issue Apr 4, 2024 · 0 comments
Open

Wallet connect deeplink is not handled in Android app #4896

gvoltr opened this issue Apr 4, 2024 · 0 comments

Comments

@gvoltr
Copy link

gvoltr commented Apr 4, 2024

  • Version: 2.7.3
  • OS: Android

I'm trying to connect to the android Mew wallet as dapp with wallet connect.

val intent = Intent().apply {
      action = Intent.ACTION_VIEW
      data = connectionUri
      flags = Intent.FLAG_ACTIVITY_NEW_TASK
}
 context.startActivity(intent)

Where connectionUri looks like this
mewwallet://wc?uri=wc%3Aa5c...

  • Expected result: App opens, WC connection UI is shown
  • Actual result: App opens, no WC connection UI is shown

Same code works fine with other wallets and they show connection UI, for instance:

  • Metamask will handle uri like metamask://wc?uri=wc%3Aadc....
  • Trust will handle uri like trust://wc?uri=wc%3A87....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant