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

[Bug] ShouldDismissKeyboardAutomatically Not Working #549

Closed
LeanTolo opened this issue Aug 16, 2022 · 2 comments
Closed

[Bug] ShouldDismissKeyboardAutomatically Not Working #549

LeanTolo opened this issue Aug 16, 2022 · 2 comments
Labels
blocked bug Something isn't working

Comments

@LeanTolo
Copy link

Description

When running the project on Android the keyboard does not close automatically

Relevant log output

No response

Steps to Reproduce

  1. Create a blank project
  2. Add xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
  3. Add <SearchBar Placeholder="Test Keyboard" HorizontalTextAlignment="Center" HorizontalOptions="Center" x:Name="searchBar"> <SearchBar.Behaviors> <toolkit:UserStoppedTypingBehavior ShouldDismissKeyboardAutomatically="True" StoppedTypingTimeThreshold="1000" /> </SearchBar.Behaviors> </SearchBar>
    On Main page
  4. Expect keyboard closes automatically

Expected Behavior

Keyboard close Automatically after user stop type

Actual Behavior

Keyboard Not Close after user stop type

Version with bug

Android 12.0 - API 31 // Android 7.0 -API 24

Last version that worked well

Unknown/Other

Affected

Android

@LeanTolo LeanTolo added bug Something isn't working unverified labels Aug 16, 2022
@kphillpotts
Copy link
Contributor

Thanks for the reporting @LeanTolo. I reproduced this on Android API 30.
I believe this is related to dotnet/maui#6933

@bijington
Copy link
Contributor

Thanks for the reporting @LeanTolo. I reproduced this on Android API 30.
I believe this is related to dotnet/maui#6933

I see that the linked issue has now been resolved. Also testing this on an Android 30 device I can confirm that this issue has now been resolved

@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants