You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're in the process of trying to convert our Xamarin project to Maui. We had a custom renderer for Xamarin that would make it so the soft keyboard would only display the keyboard and not the native input box (not full screen) doing the following:
I have a breakpoint in the handler, and it does execute the desired code. However, it does not seem to make a difference. It still displays like this:
We are still very much figuring out the quirks of Maui, so it's possible there is a better way to accomplish removing the native entry and just shifting the screen so it focuses on the actual Entry box. This is what it looks like in our Xamarin implementation:
Also, we're using C# markup for all our views, not XAML.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're in the process of trying to convert our Xamarin project to Maui. We had a custom renderer for Xamarin that would make it so the soft keyboard would only display the keyboard and not the native input box (not full screen) doing the following:
We're trying to do something similar using a handler:
I have a breakpoint in the handler, and it does execute the desired code. However, it does not seem to make a difference. It still displays like this:

We are still very much figuring out the quirks of Maui, so it's possible there is a better way to accomplish removing the native entry and just shifting the screen so it focuses on the actual Entry box. This is what it looks like in our Xamarin implementation:

Also, we're using C# markup for all our views, not XAML.
Beta Was this translation helpful? Give feedback.
All reactions