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

Conversation view layout incorrectly when keyboard is shown #4

Open
carmenlau opened this issue Jan 2, 2018 · 3 comments
Open

Conversation view layout incorrectly when keyboard is shown #4

carmenlau opened this issue Jan 2, 2018 · 3 comments

Comments

@carmenlau
Copy link
Contributor

carmenlau commented Jan 2, 2018

img_2301

@carmenlau carmenlau changed the title Conversation view freeze in iOS Conversation view layout incorrectly when keyboard is shown Jan 3, 2018
@howawong
Copy link
Contributor

howawong commented Jan 4, 2018

I think it is a well known issue in ionic 3.
ionic-team/ionic-framework#10629

@howawong
Copy link
Contributor

howawong commented Jan 4, 2018

The current situation is either keyboard pushes the whole view to the top or keyboard hides input element (even it is not at ion-footer).

@polfdz
Copy link

polfdz commented Jan 15, 2018

I am also trying to solve this problem. The further I reached is using
cordova.plugin.statusBar.overlaysWebView(false); , then, at least, the status bar is not covered, but the entire view goes behind.

Can someone help? thanks :)

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

No branches or pull requests

3 participants