I’m developing a web app for a Telegram bot where users interact through Telegram’s web view. How can I initiate connections to Metamask or WalletConnect reliably within Telegram’s web view, especially on mobile devices?
Current Challenge:
I’m struggling to implement a reliable method to initiate connections to Metamask or WalletConnect from within Telegram’s web view. Standard methods like window.ethereum and deep links (ethereum:request@{dAppUrl}) are inconsistent.
Objective:
I need a solution that allows users to connect their wallets (Metamask or WalletConnect) and return to my Telegram bot web app seamlessly after the connection is established.
Any advice or alternative approaches would be greatly appreciated. Thank you!
I’m struggling to implement a reliable method to initiate connections to Metamask or WalletConnect from within Telegram’s web view.
G S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.