Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Fixed header/nav bar flickering on keyboard pop up due to webview resize #181

Closed
1 of 3 tasks
sajallimbu opened this issue Nov 18, 2020 · 2 comments
Closed
1 of 3 tasks

Comments

@sajallimbu
Copy link

sajallimbu commented Nov 18, 2020

Issue Type

  • Bug Report
  • Feature Request
  • Support Question

Description

I have an app with a fixed navbar on top. I have some text field in the page. When i focus on the text field, the keyboard pops up and pushes the view up slightly. What my problem is that it pushes the whole webview up so that my fixed navbar on top gets pushed top as well. But since the navbar is fixed to top of the webview. It tries to come back to it's position and it's shows as flickering. How can i stop this? How to make it so that only the page is pushed and not the fixed navbar.

@timbru31
Copy link
Member

This seems like this WebKit bug you are describing: apache/cordova-ios#417, it's fixed in iOS 13.4, for <iOS 13.4 you can try the cordova-plugin-wkkeyboardfix plugin. For the next time, please fill in the issue template and do not delete important sections, thanks :)

@wswoodruff
Copy link

Adding the cordova-plugin-wkkeyboardfix hasn't fixed the whitespace issue for me

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

No branches or pull requests

3 participants