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
The keyboard always covers the view despite setting a different SoftInputMode, the property seems to be ignored.
Steps to Reproduce
Create a new .NET MAUI Blazor project
Set WindowSoftInputModeAdjust to Pan or Resize via XAML android:Application.WindowSoftInputModeAdjust or via C# App.Current.On().UseWindowSoftInputModeAdjust([...])
Put lot of entry/input controls
When you focus an input control the keyboard covers all the controls and no resize/pan happens
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 14
Did you find any workaround?
No workaround found.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Description
The keyboard always covers the view despite setting a different SoftInputMode, the property seems to be ignored.
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 14
Did you find any workaround?
No workaround found.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: