WalletConnect / web3modal

A single Web3 provider solution for all Wallets
https://web3modal.com
Apache License 2.0
4.67k stars 1.28k forks source link

[bug] the wallet options doesn't show up in chrome mobile #2176

Open FishDontExist opened 3 weeks ago

FishDontExist commented 3 weeks ago

Link to minimal reproducible example

https://github.com/FishDontExist/pancakeSwapLikeWalletConnect

Summary

I just created a react-app and implemented the latest Web3modal based on the official docs, but when I tested the app on my chrome mobile, the wallet connection options doesn't appear on the modal. web3modalBugReport

List of related npm package versions

"@tanstack/react-query": "^5.29.2", "@web3modal/wagmi": "^4.1.10", "react": "^18.2.0", "react-dom": "^18.2.0", "viem": "^2.9.23", "wagmi": "^2.5.20" }, "devDependencies": { "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "typescript": "^5.2.2", "vite": "^5.2.0" }

linear[bot] commented 3 weeks ago

W3M-262 [bug] the wallet options doesn't show up in chrome mobile

glitch-txs commented 3 weeks ago

I cloned your repo and it works well for me. Is it possible that you're using a different project ID?

IMG_20240422_185911.jpg

FishDontExist commented 3 weeks ago

I cloned your repo and it works well for me. Is it possible that you're using a different project ID?

IMG_20240422_185911.jpg

What do u mean? I included my project id in my repo

glitch-txs commented 3 weeks ago

I'm not able to repro, do you see any errors on console?

FishDontExist commented 3 weeks ago

I'm not able to repro, do you see any errors on console?

No, there is no error

glitch-txs commented 3 weeks ago

weird, can you try here: https://lab.web3modal.com/library/wagmi/

FishDontExist commented 3 weeks ago

weird, can you try here: https://lab.web3modal.com/library/wagmi/

Thanks mate :)