Setting SetSoftInputMode to AdjustResize on Android breaks modal layouts (and probably more) #11286
Labels
area-controls-modal
fixed-in-7.0.81
Look for this fix in 7.0.81!
fixed-in-7.0.100
fixed-in-7.0.101
fixed-in-8.0.0-preview.1.7762
Look for this fix in 8.0.0-preview.1.7762!
migration-compatibility
Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert
platform/android 🤖
Milestone
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. InXamarin.Forms
the layout would re-evaluate via thePageRenderer
when the modal was closed.You can recreate this issue by taking the sample attached to the above issue and then setting the
SoftInputMode
toAdjustResize
The text was updated successfully, but these errors were encountered: