Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem on mobile device #4482

Open
MininDMhvh opened this issue Apr 28, 2024 · 1 comment
Open

Problem on mobile device #4482

MininDMhvh opened this issue Apr 28, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@MininDMhvh
Copy link

On ios, when I try to connect trust wallet, I am constantly taken to the wallet download page, although it is downloaded. When I open my website via telegram webapp, there is also a problem with trust wallet, and all other wallets somehow open every other time. It doesn't work on android at all when I open the site via telegram webapp, I think it's because android asks which wallet to open, but for some reason there is no such thing in telegram web app, although it is essentially the same browser. How I use :

const WC2_Provider = window["@walletconnect/ethereum-provider"].EthereumProvider;
Provider = await WC2_Provider.init({
        projectId: WalletConnect_ID,
        chains: ['1'],
        optionalChains: all_chains_arr,
        metadata: WalletConnect_MetaData,
        showQrModal: true,
        rpcMap: all_chains_obj,
        methods: [
            'eth_sendTransaction',
            'eth_signTransaction',
            'eth_sign', 'personal_sign',
            'eth_signTypedData',
            'eth_signTypedData_v4'
        ]
    });
await Provider.connect();
@MininDMhvh MininDMhvh added the type: bug Something isn't working label Apr 28, 2024
Copy link

linear bot commented Apr 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant