Open leo-web3 opened 3 months ago
Have the same issue on IOS devices, any solution for this one?
Also tried to overcome this issue, the only thing that helped - MainButton. It should be shown and it somehow helps to prevent that covering. Try to use it with your form.
@heyqbnk We have the same issue on our app, we add a MainButton for send action to workaround this problem but it looks ugly. Hope official update comes asap to fix this issue.
Thanks and waiting for your update.
Telegram Application
Telegram for iOS
Describe the Bug
Description
When using the Telegram Mini App on iOS, there is an issue with the WebView where the keyboard appears and covers the input fields. This makes it impossible to see or interact with the covered areas, leading to a poor user experience.
To Reproduce
Steps to Reproduce
Expected Behavior
The WebView should adjust its layout when the keyboard appears, ensuring that the input fields and other relevant content remain visible and accessible.
Actual Behavior
The WebView does not adjust properly, causing the keyboard to cover the input fields and other content, making them inaccessible.
Environment
Additional Information
This issue appears to be related to the WebView not resizing or repositioning itself correctly when the keyboard is displayed. Similar issues have been observed in other applications and often require adjustments in the WebView configuration or additional JavaScript to handle the resizing.
Expected Behavior
Possible Solutions