When Keypad arrives the dialog is not aligned vertically centered in .NET 7 and checked the same scenario in .NET 6. But Dialog is aligned vertically centered in .NET 6.
Verified this on Visual Studio Enterprise 17.8.0 Preview 1.0. Repro on Android 13.0-API33 and iOS 16.4(8.0.0-preview.7.8842) with below Project:
PasswordDialog.zip
Description
When Keypad arrives the dialog is not aligned vertically centered in .NET 7 and checked the same scenario in .NET 6. But Dialog is aligned vertically centered in .NET 6.
Sample PasswordDialog.zip
Screenshot
.NET 6:
.NET 7:
Steps to Reproduce
Link to public reproduction project repository
https://github.com/ArunKumarRavi13/KeypadHideDialog
Version with bug
7.0.92
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
6.0
Affected platforms
iOS, Android, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response