Open daanporon opened 4 years ago
also faced this problem, was there any solution found?
We currently fixed it by setting resizeToAvoidBottomInset to false on the surrounding scaffold. It's not ideal, but at least we can scroll to the bottom.
We currently fixed it by setting resizeToAvoidBottomInset to false on the surrounding scaffold. It's not ideal, but at least we can scroll to the bottom.
Thank you. I also only came to this solution
Any updates?
We currently fixed it by setting resizeToAvoidBottomInset to false on the surrounding scaffold. It's not ideal, but at least we can scroll to the bottom.
If you are using SafeArea above the Scaffold then this will not worked, I fixed that by making bottom: false, and maintainBottomViewPadding: true in the SafeArea and resizeToAvoidBottomInset to false in the Scaffold.
Environment
Device information: iPhone 11 Pro
Description
Expected behavior: When there is a form i expect always to be able to scroll to the bottom of the page
Current behavior: Currently, when the keyboard is up and i switch field in the form i'm not able anymore to scroll to the bottom of the page. I need to close the keyboard again and select the field, before i can scroll again. If i then switch field again it all happens again.
Steps to reproduce
You can use this simple web form to test this: https://daanporon.github.io/ Just use this one in the example code from the project and then switch between fields when the keyboard is up.
Images
I created a video that shows the behavior: https://github.com/daanporon/daanporon.github.io/blob/master/inappwebview_bug.mov