Is there any way to make the web3modal open with only the qrcode? #3776
Unanswered
dohankk
asked this question in
Developer Support
Replies: 3 comments 1 reply
-
I found const provider = await EthereumProvider.init({
projectId: this.#projectId,
showQrModal: true,
chains: this.chains,
metadata: this.metadata
});
...
await provider.connect(); The qrcode modal is not closing after taking a qrcode with a metamask and approving it.
Even if I run the above code, the console is not closed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
hi, any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You have create own connect wallet button, and show only wallet connect connecter.
I you your config pass only walletConnect option
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this code, it looks like the picture below.
![image](https://private-user-images.githubusercontent.com/106723173/274827072-edf4275d-afa3-48a0-9d11-7880dd687a6d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODA2NTQsIm5iZiI6MTczOTM4MDM1NCwicGF0aCI6Ii8xMDY3MjMxNzMvMjc0ODI3MDcyLWVkZjQyNzVkLWFmYTMtNDhhMC05ZDExLTc4ODBkZDY4N2E2ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxNzEyMzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00NWY2ZDgxMDE0ZGZlZDYwY2VkOTZiZjg3M2VhMTk2YjY2YzI5MTg4MGRjNDRiOTJhZDEyZjQ4YzM5ODA1OGVjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XZ4rO3dIeqwuVtktG36AAwn1k5itAHCIPleq4WHTLUY)
Is there any way to make the web3modal open with only the qrcode?
Beta Was this translation helpful? Give feedback.
All reactions