Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft Keyboard Input Mode doesn't work on .NET MAUI Blazor 8.0.3 (Android) #19066

Closed
TommasoScalici opened this issue Nov 27, 2023 · 1 comment
Labels
area-keyboard Keyboard, soft keyboard platform/android 🤖 t/bug Something isn't working

Comments

@TommasoScalici
Copy link

Description

The keyboard always covers the view despite setting a different SoftInputMode, the property seems to be ignored.

image

Steps to Reproduce

  1. Create a new .NET MAUI Blazor project
  2. Set WindowSoftInputModeAdjust to Pan or Resize via XAML android:Application.WindowSoftInputModeAdjust or via C# App.Current.On().UseWindowSoftInputModeAdjust([...])
  3. Put lot of entry/input controls
  4. 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

@TommasoScalici TommasoScalici added the t/bug Something isn't working label Nov 27, 2023
@drasticactions
Copy link
Contributor

Duplicate of #18041

@drasticactions drasticactions marked this as a duplicate of #18041 Nov 28, 2023
@drasticactions drasticactions closed this as not planned Won't fix, can't repro, duplicate, stale Nov 28, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-keyboard Keyboard, soft keyboard platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants