Is there any way to make the web3modal open with only the qrcode? #3776
Unanswered
dohankk
asked this question in
Developer Support
Replies: 2 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
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.
Is there any way to make the web3modal open with only the qrcode?
Beta Was this translation helpful? Give feedback.
All reactions