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

Predictive text not working on Keyboards #7708

Closed
manojSF3414 opened this issue Jan 17, 2023 · 1 comment
Closed

Predictive text not working on Keyboards #7708

manojSF3414 opened this issue Jan 17, 2023 · 1 comment
Assignees
Labels
needs-triage Issues that need to be assigned.

Comments

@manojSF3414
Copy link

manojSF3414 commented Jan 17, 2023

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

@manojSF3414 manojSF3414 added the needs-triage Issues that need to be assigned. label Jan 17, 2023
@jpobst
Copy link
Contributor

jpobst commented Jan 17, 2023

Ultimately, all Xamarin.Android does is provide generated wrappers that allow you to call Google’s Android API. We do not have much expertise in how to use those API’s properly.

You will likely need to use the Android API documentation and relevant forums to determine how to write code for your desired outcome.

@jpobst jpobst closed this as not planned Won't fix, can't repro, duplicate, stale Jan 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-triage Issues that need to be assigned.
Projects
None yet
Development

No branches or pull requests

2 participants