dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

[Android]Popup window position not update based on keyboard appearance in .NET 7 #13109

Open jeya-kasipandi opened 1 year ago

jeya-kasipandi commented 1 year ago

Description

Previously Popup window position updated based on keyboard appearance in .NET 6.But it does not works in .NET 7. Popup shown based on available space and keyboard in either top or bottom in Android platform in .Net 6 But this behaviour breaks in .NET 7.Popup window appear below the keyboard and not visible.

Steps to Reproduce

1.Run the sample 2.Entry shown at bottom of the view. 3.Edit the text in entry and the keyboard will appear. 4.Popup window not shown it shown below keyboard. It works correctly in .NET 6. Issue reproduced only in .NET 7

Link to public reproduction project repository

https://github.com/jeya-kasipandi/Popup-window-position-issue

Version with bug

7.0 (current)

Last version that worked well

6.0.424

Affected platforms

Android

Affected platform versions

Android 11 ,Android 10

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 1 year ago

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.

XamlTest commented 1 year ago

Verified this on Visual Studio Enterprise 17.7.0 Preview 2.0. Repro on .NET 7.0 Android 13.0-API33 with below Project: PopupSample.zip