You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on an input, the Android keyboard pops up and works fine. However, when I click out of the input, the keyboard still remains on screen.
Expected behavior:
The keyboard closes when the input that brought it up loses focus.
Current behavior:
The keyboard persists on the page, no matter what action is taken. The only way to remove the keyboard is to click the Android back button.
Steps to reproduce
Using the Webview, open a page with a form or an input.
Click on the input (Keyboard shows)
Click any other element to remove focus from the input.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Environment
Flutter version: 1.9.1+hotfix.6
Plugin version: ^2.1.0
Android version: 9
iOS version:
Xcode version:
Device information: Android
Description
When I click on an input, the Android keyboard pops up and works fine. However, when I click out of the input, the keyboard still remains on screen.
Expected behavior:
The keyboard closes when the input that brought it up loses focus.
Current behavior:
The keyboard persists on the page, no matter what action is taken. The only way to remove the keyboard is to click the Android back button.
Steps to reproduce
The text was updated successfully, but these errors were encountered: