### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/android: 7.4.2 @capacitor/ios: 7.4.2 Installed Dependencies: @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/ios: 7.4.2 @capacitor/android: 7.4.2 [success] Android looking great! 👌 ### Other API Details ```Shell ``` ### Platforms Affected - [ ] iOS - [x] Android - [ ] Web ### Current Behavior As first described in #8055 the Keyboard Plugin resizes the view wrong, this has changed recently when `resizeOnFullScreen: true` was changed to now treat the CSS safearea differently. - A gray bar appears above the keyboard when it opens - This gray bar seems to have the height of the top-safearea I reproduced this in a new repo with these minimal steps: - new svelte project - installed capacitor + Keyboard plugin - Keyboard options `resize: "native"` + `resizeOnFullScreen: true` https://github.com/timephy/capacitor-issue-keyboard-android  ### Expected Behavior All usable space should be used, no gray bar should appear! ### Project Reproduction https://github.com/timephy/capacitor-issue-keyboard-android ### Additional Information _No response_