sdk
sdk copied to clipboard
[UI-REACT]: Elements are no longer focusable after connecting Telegram Wallet on Android
Describe the bug
Hello, I found a bug in TonConnectUI on Android specific in Telegram Mini App, when you connect a wallet through a telegram wallet, not through third-party providers, then inputs and all elements that have focus are blocked, I noticed this bug in the Stonfi application and in the DeDust application and in my application, is it known bug? Or who can I report it to so that it can be fixed, if required, I can send a video on how to repeat this bug.
Expected behavior
We connect TON wallet using telegram wallet -> we can focus on input or click a button that will set the focus on input
Current behavior
We connect TON wallet using telegram wallet -> Elements are no longer focusable and when we try to click on input there is default Android UI when we try to select some kind of text
Steps to Reproduce
- We use useTonConnectModal() and open connect modal on connectModal.open()
- We select Telegram Wallet to connect wallet
- Bug is present and we can't focus on input
Environment
└─┬ @tonconnect/[email protected] └─┬ @tonconnect/[email protected] └─┬ @tonconnect/[email protected] ├── @tonconnect/[email protected] ├── @tonconnect/[email protected] └── @tonconnect/[email protected]
Operating system Android 14.0 Browser - Telegram Mini App
Additional context
No response