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

Cannot scroll down in views on Android #1000

Closed
ebma opened this issue Mar 11, 2020 · 1 comment · Fixed by #1144
Closed

Cannot scroll down in views on Android #1000

ebma opened this issue Mar 11, 2020 · 1 comment · Fixed by #1144
Labels
bug Something isn't working

Comments

@ebma
Copy link
Member

ebma commented Mar 11, 2020

Same as #960 but on Android.

There is a cordova preference which is useful in our case:

<preference name="resizeOnFullScreen" value="true" />

The doc states that:
'There is an Android bug that prevents the keyboard from resizing the WebView when the app is in full screen (i.e. if StatusBar plugin is used to hide the StatusBar). This setting, if set to true, add a workaround that resizes the WebView even when the app is in full screen.'
(Our app does not use the statusbar plugin but is running in full screen mode).

Unfortunately using this preference results in a black bar above the keyboard (see here) + the actions buttons on the bottom of the screen are slightly cut off.

There seems to be a working fix for the black bar issue which is not merged yet.

So I'd suggest we wait until it is merged and add the preference afterwards or what would you think @andywer?

@ebma ebma added the bug Something isn't working label Mar 11, 2020
@andywer
Copy link
Contributor

andywer commented Mar 11, 2020

There seems to be a working fix for the black bar issue which is not merged yet.

So I'd suggest we wait until it is merged and add the preference afterwards or what would you think @andywer?

Sounds good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants