flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

When virtual keyboard pop up, input box near the screen bottom doesn't automatically scroll up

Open raywoocn opened this issue 1 month ago • 1 comments

  • [x] I have read the Getting Started section
  • [x] I have already searched for the same problem

Environment

Technology Version
Flutter version 3.19.6
Plugin version 6.0.0
Android version 14
iOS version
macOS version
Xcode version
Google Chrome version

Device information:

Description

When there is a input box near the bottom of the screen and we need to input something using the virtual keyboard, when the keyboard is shown, sometimes this input box is hidden by the keyboard, I need the input box automatically scroll up everytime.

Expected behavior: I need the web page automatically scroll up and make the input box visible to the user automatically as the behavior when we use chrome. image

Current behavior: the input box is not visible most of the time(actually sometimes it works but not always), I need to scroll the web page manually to show the input box.

Steps to reproduce

  1. Run the flutter_inappwebview_example app,
  2. visit this url: https://www.google.com/advanced_search
  3. scroll down and let the site or domain input box near the screen bottom.
  4. click on the site or domain input box, virtual keyboard show up.
  5. site or domain input box is not visible most of the time(actually sometimes it works but not always), I need to scroll the web page manually to show the input box. image image

Images

Stacktrace/Logcat

raywoocn avatar May 12 '24 20:05 raywoocn