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
21.99k stars 1.72k forks source link

Controls slide up when using the keyboard in iOS #22715

Open geertgeerits opened 3 months ago

geertgeerits commented 3 months ago

Description

Controls slide up when using the keyboard in iOS. The text in the first label is no longer fully visible. The last correct version was 8.0.6. In version 8.0.7 the controls moved down a few millimeters. From version 8.0.10 to 8.0.40 the controls moved up about half a centimeter.

Steps to Reproduce

See the repository with 2 print screens.

Link to public reproduction project repository

https://github.com/geertgeerits/MauiBugKeyboard

Version with bug

8.0.10 SR3

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

8.0.6 SR1

Affected platforms

iOS

Affected platform versions

iOS tested from version 15

Did you find any workaround?

No

Relevant log output

No response

github-actions[bot] commented 3 months 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.

RoiChen001 commented 3 months ago

Can repro this issue at iOS device(17.2.1) on the latest 17.10.1(8.0.10), but not on 8.0.7. In addition, I verified that the display results of 8.0.7 and 8.0.6 are the same.

tj-devel709 commented 3 weeks ago

Confirmed that this is happening when focus is applied in OnPageLoaded

tj-devel709 commented 3 weeks ago

image

image