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.01k stars 1.73k forks source link

Page Scrolls Up When Clicking Entry Positioned at Bottom #24723

Closed msandikli closed 1 week ago

msandikli commented 1 week ago

Description

When an Entry element is positioned at the bottom of the page in a .NET MAUI application, clicking on the Entry causes the page to scroll up. This behavior affects the user experience as it disrupts the intended layout and interaction.

Steps to Reproduce

  1. Create a .NET MAUI page and add an Entry element at the bottom of the page.
  2. Run the application.
  3. Click on the Entry element.

Link to public reproduction project repository

No response

Version with bug

9.0.0-rc.1.24453.9

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 1 week ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

mattleibow commented 1 week ago

Duplicate of https://github.com/dotnet/maui/issues/20548