-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
-
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project -
Summary
I get supported wallets and rendering in react app (I do not want to use the default modal). Then connect wallet by providing wallet Id. Works fine for desktop but for mobile if I select WalletConnect - the modal (WallectConnect modal) does not show up.
// render wallets
let wallets = await sdk.getSupportedWallets();
// connect wallet
sdk.setWallet(id);
const { address } = await sdk.getAddress();- Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
Metadata
Metadata
Assignees
Labels
No labels