[Bug]: Extra scrollable space below the fold exactly the height of the keyboard on Android 16 devices.
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
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
This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed. Please see the Contributing Guide for how to create a Sample App. Thanks! Ionitron 💙
@pattahgobhi I am interested in contributing and raising a pr!
pr #8219