sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[UI-REACT]: Elements are no longer focusable after connecting Telegram Wallet on Android

Open lmykhailo opened this issue 8 months ago • 2 comments

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

  1. We use useTonConnectModal() and open connect modal on connectModal.open()
  2. We select Telegram Wallet to connect wallet
  3. 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

lmykhailo avatar Jun 18 '24 08:06 lmykhailo