### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 7.4.4 @capacitor/core: 7.4.4 @capacitor/android: 7.4.4 @capacitor/ios: 7.4.4 Installed Dependencies: @capacitor/cli: 7.4.4 @capacitor/core: 7.4.4 @capacitor/android: 7.4.4 @capacitor/ios: 7.4.4 ### Other API Details ```Shell npm --version : 10.9.2 node --version : v22.16.0 ``` ### Platforms Affected - [ ] iOS - [x] Android - [ ] Web ### Current Behavior https://github.com/user-attachments/assets/2d3bc868-4d0c-4529-a62a-0ca9087edfcf On Android 16 devices, there is an extra scroll space below the fold exactly the height of the keyboard when it opens. I have tried: - adding android:windowSoftInputMode="adjustPan" to the main activity - Installed "@capacitor/keyboard": "^7.0.3", and added this to capacitor config "Keyboard": { "resize": "none", "resizeOnFullScreen": false } ### Expected Behavior I want no scrolling at all, even when the keyboard opens i do not want the webview to resize. ### Project Reproduction // ### Additional Information _No response_
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.4.4
@capacitor/core: 7.4.4
@capacitor/android: 7.4.4
@capacitor/ios: 7.4.4
Installed Dependencies:
@capacitor/cli: 7.4.4
@capacitor/core: 7.4.4
@capacitor/android: 7.4.4
@capacitor/ios: 7.4.4
Other API Details
Platforms Affected
Current Behavior
capacitor_bug_report.mp4
On Android 16 devices, there is an extra scroll space below the fold exactly the height of the keyboard when it opens.
I have tried:
"Keyboard": {
"resize": "none",
"resizeOnFullScreen": false
}
Expected Behavior
I want no scrolling at all, even when the keyboard opens i do not want the webview to resize.
Project Reproduction
//
Additional Information
No response