flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

Does not scroll when keyboard is appeared on focus of text field

Open npm-ued opened this issue 4 years ago • 3 comments

System info

Issue occurs on: Android Plugin version: 0.3.10+1 Flutter doctor output:

[✓] Flutter (Channel stable, v1.12.13+hotfix.8, on Mac OS X 10.15.3 19D76,
    locale zh-Hans-CN)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.43.0)
[✓] Connected device (1 available)

Steps to Reproduce

I do Instagram implicit authentification and show login page in webview_plagin using WebViewScaffold. Page is short, so no scroll. When focus on any text field (username and password) keyboard are appeared and I can not see input field

npm-ued avatar Mar 18 '20 02:03 npm-ued

I also face the same issue in ios. The keyboard cover input fields

t-walker-wei avatar Apr 12 '21 08:04 t-walker-wei

Has this issue been addresed?

RabieRabit avatar Mar 19 '24 11:03 RabieRabit

To anyone finding this its all you need to do is this resizeToAvoidBottomInset: true,

RabieRabit avatar Mar 19 '24 12:03 RabieRabit