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.97k stars 1.71k forks source link

iOS: Entry in Shell Flyout Footer gets covered by Keyboard when tapped #22332

Open daltzctr opened 3 months ago

daltzctr commented 3 months ago

Description

Entries in a flyout footer get covered by the keyboard when opened.

Steps to Reproduce

  1. Create a new MAUI project
  2. Add an entry to Shell.FlyoutFooter
  3. Run on iOS
  4. Tap on the entry. Observe that it gets covered by the keyboard

Link to public reproduction project repository

No response

Version with bug

8.0.21 SR4.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No response

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.

ninachen03 commented 3 months ago

Verified this issue with Visual Studio 17.6.12(build 410) (8.0.21 & 8.0.20). Can repro it.