-
Notifications
You must be signed in to change notification settings - Fork 358
When closing keyboard, content doesn't scroll back leaving ehite space in place of keyboard #71
Comments
More info here: apache/cordova-ios#417 (comment) |
For now solved this by downgrading to Xcode 9 |
For anyone still experiencing this problem the commit referenced above mwchambers@da67d6b |
Works for us @mwchambers, thanks! It may be good to submit this as a PR. |
fyi: #75 |
The fix from @mwchambers worked for me as well. Could something like this be included in a release? I realize this is an Apple bug, but who knows if they'll ever fix it. |
Why It's not fixed yet? Can any one provide me solution for this issue? |
I have the same issue. I use the window.addEventListener('keyboardWillHide', () => window.scrollTo(0, 0)); |
See alternative solution without keyboard plugin: apache/cordova-ios#417 (comment) |
Since Apple should release the fix for this eventually, (WKWebView has already marked the bug as fixed...), you should be able to use cordova-plugin-wkkeyboardfix to fix the bug until Apple finally releases. See plugin author's original comment: |
This is resolved in iOS 13.4. For earlier versions of iOS, using the cordova-plugin-wkkeyboardfix is probably the best solution. We will not be making any changes to Cordova to address this bug. |
Hi, this issue started with latest osx/xcode updates, nothing changed in code, and exactly same code and cordova/wkwebivew version worked fine a month ago. Now building the same code gives following issue, it is also described here:
https://forum.mendixcloud.com/link/questions/91916
Removing wkwebview fixes this issue
(I am not using any custom keyboard plugins)
Screenshots:
Here's a video of this happening:
https://drive.google.com/file/d/1PXkIu2Q5b0GDSrzKyrm_okyg2ciCVewK/view?usp=sharing
The text was updated successfully, but these errors were encountered: