gabriel2mm commented on issue #1923: URL: https://github.com/apache/cordova-android/issues/1923#issuecomment-4459356863
> Hi, I tested a plain Cordova app with scrollable content and noticed only, that the keyboard is overlying content which cannot be scrolled into the visible area. After closing the keyboard I had no scrolling issues. After applying your fix, the content can be scrolled in the visible area when the soft keyboard is open, which looks good. But this will only work if the preference `AndroidEdgeToEdge` is `false`. When the preference is set to `true`, the keyboard still overlays content which cannot be scrolled into the visible area. I tested the master by setting `AndroidEdgeToEdge` to `true` and `false` without that PR and in both cases the bottom content is overlapped and cannot be scrolled to the visible area. So you PR is an improvement, when `AndroidEdgeToEdge` is false. Yes, I agree. In my case, the issue is precisely keeping the AndroidEdgeToEdge option disabled. For cases where it is enabled, I didn't notice any improvements from this change, but there are no obvious flaws in the behavior either. Any suggestions on how to resolve the issue with EdgeToEdge active as well? -- 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]
