gabriel2mm commented on issue #1946: URL: https://github.com/apache/cordova-android/issues/1946#issuecomment-4554452055
The behavior is similar to what already existed in Cordova 14. However, in the previous version, the background shown during keyboard animations matched the device navigation bar color. In this version, we noticed a change due to the edge-to-edge behavior introduced by Android. Since the WebView spacing is now being handled manually, it is expected that the app background may become visible while the view is being resized. Below is a comparison between Cordova 14 and Cordova 15.0.1-dev.0. | Cordova 14 | Cordova 15 | |---|---| | <img width="539" height="1031" alt="Image" src="https://github.com/user-attachments/assets/8227ea71-389a-4cb6-8b6b-884ccc7c3773" /> | <img width="506" height="1026" alt="Image" src="https://github.com/user-attachments/assets/3a4771eb-b552-44c3-9162-cba1a610c8d8" /> | the difference: | Cordova 14 | Cordova 15 | |---|---| | <img width="494" height="148" alt="Image" src="https://github.com/user-attachments/assets/de7b7808-c8c6-4c0d-ba06-874a4fc8b769" /> | <img width="499" height="189" alt="Image" src="https://github.com/user-attachments/assets/1cfa2dea-25d2-446e-9258-41ca82f8deaa" /> | I believe this behavior was not necessarily introduced by the PR itself, but rather became more noticeable after the scroll fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
