Open jeya-kasipandi opened 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.
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
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