[bug] the wallet options doesn't show up in chrome mobile
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.
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" }
I cloned your repo and it works well for me. Is it possible that you're using a different project ID?
I cloned your repo and it works well for me. Is it possible that you're using a different project ID?
What do u mean? I included my project id in my repo
I'm not able to repro, do you see any errors on console?
I'm not able to repro, do you see any errors on console?
No, there is no error
weird, can you try here: https://lab.web3modal.com/library/wagmi/
weird, can you try here: https://lab.web3modal.com/library/wagmi/
Thanks mate :)
@FishDontExist Sounds like this is resolved from your side? I will close it but please re-open if required.