web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

I have a questions metamask not showing .

Open shenhaoguangDayDayUp opened this issue 3 years ago • 1 comments

1.I want to display metamask in browsers that do not support metamask wallet, users can click to open the app directly, or go to download, I want to know if web3modal can do it? 2. In Google Chrome, I use the connect method, web3modal directly links to metamask, and there is no pop-up interface for selecting wallets, including the option of metamask

shenhaoguangDayDayUp avatar May 15 '22 01:05 shenhaoguangDayDayUp

Hello,

  1. You could use WalletConnect and scan the QR code shown in any compatible wallet https://walletconnect.com/registry?type=wallet, that solution doesn't directly require the Metamask extension to be installed in your browser.
  2. Have you added one or more providers to Web3Modal constructor? You can see the variable providerOptions here https://github.com/Web3Modal/web3modal#usage and each provider can be configured following this section https://github.com/Web3Modal/web3modal#provider-options.

MrLucio avatar Jun 06 '22 09:06 MrLucio

Hello,

1. You could use WalletConnect and scan the QR code shown in any compatible wallet https://walletconnect.com/registry?type=wallet, that solution doesn't directly require the Metamask extension to be installed in your browser.

2. Have you added one or more providers to Web3Modal constructor? You can see the variable `providerOptions` here https://github.com/Web3Modal/web3modal#usage and each provider can be configured following this section https://github.com/Web3Modal/web3modal#provider-options.

Thanks for assisting the community @MrLucio 🙌

hackyguru avatar Sep 16 '22 17:09 hackyguru