Skip to content

Predictive text not working on Keyboards #7708

@manojSF3414

Description

@manojSF3414

Android application type

Classic Xamarin.Android (MonoAndroid12.0, etc.)

Affected platform version

Android 11

Description

Hi,
I was unable to get text predictions with EditText API using the Samsung keyboard and swift keyboard. there were no issues while using the Gboard.
We have used the input type below

EditText.InputType = Android.Text.InputTypes.TextFlagAutoCorrect |
    Android.Text.InputTypes.TextFlagAutoComplete |
    Android.Text.InputTypes.TextFlagMultiLine |
    Android.Text.InputTypes.TextVariationFilter;

I have attached a runnable sample with only edit text control in the application
image
KeyboardIssueSample.zip

Steps to Reproduce

  1. Open the application KeyboardIssueSample.zip
  2. with the swift keyboard or Samsung keyboard as default try to edit the text using the edit text control
  3. No text predictions will occur even after selecting the types Android.Text.InputTypes.TextFlagAutoCorrect | Android.Text.InputTypes.TextFlagAutoComplete

Did you find any workaround?

No response

Relevant log output

No response

Metadata

Metadata

Assignees

Labels

needs-triageIssues that need to be assigned.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions