How to replicate "layout glued" to keyboard on MAUI.iOS #22080
Closed
Pastajello
started this conversation in
Upgrading from Xamarin
Replies: 1 comment
-
I think you want to do an input accessory view. Sample: Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-06-04.at.11.34.36.mp4https://dev.to/vhugogarcia/done-button-to-keyboard-in-net-maui-3211 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm migrating an application from XF to MAUI. The application have around 20k users and Im about 2 serious issues away from completing the migration.
The issue I'm asking for help resolving is this:
Screen.Recording.2024-04-26.at.17.40.32.mov
How do I make a layout that gues itself to the keyboard, when the keyboard goes up? I've tried with Grrid, StackLayout, VerticalStackLayout, nothing is working.
I want to point that I know, that on MAUI we should not put scrollView in StackLayout, I just want to demonstrate the difference in behavior.
I've created a sample project with the above demonstration. The code in both is similar, the difference is that XF uses renderer on iOS, on MAUI I'm using the iOS code on the page itself.
https://github.com/Pastajello/MAUIKeyboardProblems
Help :(
Beta Was this translation helpful? Give feedback.
All reactions