You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 :)
Issue Type
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.
The text was updated successfully, but these errors were encountered: