fix(SystemBars): Skipping margin manipulation when on a fixed WebView#8309
fix(SystemBars): Skipping margin manipulation when on a fixed WebView#8309theproducer merged 9 commits intomainfrom
Conversation
|
We've experienced the same issues as described in #8289, and this PR solves the problem |
android/capacitor/src/main/java/com/getcapacitor/plugin/SystemBars.java
Outdated
Show resolved
Hide resolved
|
This PR also seems to solve our issue, tested on a pixel pro 10 & a nothing phone 2, both on android 16. |
markemer
left a comment
There was a problem hiding this comment.
Gave it a quick smoke test, looks good.
|
While this may have solved the original problem, 8.0.2 seems to be breaking our (@ionic/angular 6) app in multiple ways and places when testing on a Pixel 9 (Android 16). I cannot provide a full systematic description atm. due to the magnitude of the issue, but the VK popping up results in for ex.:
|
|
Hey @zarko-tg, I can't say for certain, but would it be possible for you to try and update ionic dependencies to the latest version? I think that they include edge-to-edge fixes and features that might not be available in version 6. If you find that you're still having those problems, please open new issue(s) with more information for us to take a look. |
Hi, and thanks for the follow-up. |
|
Is anyone else experiencing an issue after upgrading to capacitor v8.0.2 where the main page content always scrolls (doesn't resize) whenever keyboard is open? This is consistently reproducible for me on system webview v143.0.7499.146.0 and android v16. Latest version of Ionic & other dependencies. Issue goes away downgrading to 8.0.0. I haven't tried 8.0.1 yet. Happy to make an issue if needed. IMG_0570.mp4 |
@OS-pedrogustavobilro Just for the record, we had to add |
fixes: #8289
fixes: #8214