Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
marica27 opened this issue Jul 19, 2018 · 14 comments · Fixed by #178
Closed

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

marica27 opened this issue Jul 19, 2018 · 14 comments · Fixed by #178
Labels

Comments

@marica27
Copy link

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 anymore.

Is there a way to add a scrolling?

@julindra
Copy link

julindra commented Aug 5, 2018

I have the same issue with version 0.2.0, have you found any solution?

@lejard-h lejard-h added the bug label Aug 5, 2018
@lejard-h
Copy link
Collaborator

lejard-h commented Aug 5, 2018

Hey, do you have the issue on Android or iOS or both ?

@julindra
Copy link

julindra commented Aug 6, 2018

I have try on both Android and iOS, and the issue only appears on Android

@julindra
Copy link

any progress or info for this issue?

@shadymostafa
Copy link

i have the same issue on android, please we need fix for it as the user can't see what he's typing

@marica27
Copy link
Author

marica27 commented Aug 22, 2018

@lejard-h is there estimation when this bug will be fixed?
you can check using this url https://api.instagram.com/oauth/authorize

@m-dimov
Copy link

m-dimov commented Oct 23, 2018

I also have the same issue on Android (it works fine on iOS).
When the keyboard appears, the viewable height is not refreshed for scrolling. So depending on how much (or at all) you can scroll initially, the keyboard will cover some of the content and you wont be able to scroll down to view the lower part of the website. Even the text input box you clicked might be covered by the keyboard, so you can't even see what you are typing.

@Ahmzyjazzy
Copy link

I still have this same issue on Android. Keyboard covers part of my page when i focus on any input and it doesn't scroll

@npm-ued
Copy link

npm-ued commented Mar 18, 2020

I still have this same issue on Android. Keyboard covers part of my page when i focus on any input and it doesn't scroll ,the Version is flutter_webview_plugin: 0.3.10+1 @slightfoot

@OzzyOzmen
Copy link

u should use SingleChildScrollView

@npm-ued
Copy link

npm-ued commented Mar 22, 2020

u should use SingleChildScrollView

the webview input not work

@npm-ued
Copy link

npm-ued commented Mar 22, 2020

@OzzyOzmen

@npm-ued
Copy link

npm-ued commented Mar 23, 2020

you can use from https://github.com/npm-ued/flutter_webview_plugin with pubspec.yaml

@npm-ued
Copy link

npm-ued commented Mar 23, 2020

@Ahmzyjazzy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants