react-celo
react-celo copied to clipboard
Custom wallet not loading walletconnect QR code on desktop
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
We've added an additional wallet. It's being listed and works well on mobile. But should also work well on desktop (we tried using walletconnect and works) but instead gives a message "doesn't seem to support deeplinking, but you can still copy the wallet-connect URI to connect."
Steps to reproduce
- Using an example code, copy/paste this config https://github.com/impactMarket/app/blob/main/src/components/WrapperProvider.tsx#L86
- Try to login with that wallet on desktop, should show a RQ code
Expected behavior
Should show a QR code on desktop (not working) and openning wallet on mobile (working well)
Screenshot

Where is the problem happening?
Desktop
Environment
Device: [macOS] OS: [12.4] Browser: [Brave] Version: [1.40.107]
What version of react-celo were you using? (This can be found in the list of wallets in the "Connect" modal)
4.0.1
What wallet were you using?
custom (BitKeep in this case)
What is the dApp URL? (if applicable)
No response
Additional context
No response
This has been solved on 4.1.0, but since then, it shows the QR (solving this issue), but the connection always ends in timeout without connecting
nevermind, works well, but doesn't work in dev mode.