MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.11k stars 1.09k forks source link

Metamask connection is not showing in mobile metamask app #3795

Open kottackalsulvin opened 2 years ago

kottackalsulvin commented 2 years ago

Hi, I am trying to connect dapp with mobile metamask app using wallet connect but the metamask connection pop up is not showing in mobile app. It was working 4 months back but the same code is not working now. Anyone please help me to resolve this issue.

Here is my web3 code:


this.provider = new WalletConnectProvider({
infuraId: "2a0445aca6a8423aae67ff63f9718f6a",
qrcodeModalOptions: {
  mobileLinks: [
    "metamask",
  ],
},
});
this.web3 = new Web3(this.provider);
this.provider.enable();
this.web3.currentProvider.enable();

Environment: @walletconnect/web3-provider: 1.4.1 mobile metamask version: v4.1.0

akshay-bhimani-pedalsup commented 2 years ago

Same happened with me. I have closed metamask first then run my app and it worked.

tommasini commented 1 year ago

Hey @kottackalsulvin, thanks for reporting!

Could you update the MetaMask Mobile App and tell us if you keep having this issue? Thanks!