Setting SetSoftInputMode to AdjustResize on Android breaks modal layouts (and probably more)
Description
This issue is an extension of the following issue. This is happening because MAUI doesn't re-evaluate the layout size of the modal page when the keyboard is dismissed. In Xamarin.Forms the layout would re-evaluate via the PageRenderer when the modal was closed.
You can recreate this issue by taking the sample attached to the above issue and then setting the SoftInputMode to AdjustResize
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
AdjustPan has the same issue just less noticeable at first glance since you have to have a view with entry at the bottom to see the effect. So currently there is no workarounds for this issue, is there no possibility for this to be prioritized?
@cerkzil AdjustPan currently isn't being applied correctly https://github.com/dotnet/maui/pull/11356
@PureWeen Thank you for responding, I see it was merged to .NET 8, I'm not too familiar how this repository is managed is it going to be merged into one of .NET 7 releases of Maui too? 🙂