dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.28k stars 1.76k forks source link

Entry Plain keyboard still autocorrects when using Microsoft SwiftKey #19696

Open kklose23 opened 11 months ago

kklose23 commented 11 months ago

Description

An entry with a plain keyboard is still autocorrecting when I use Microsoft SwiftKey on my Android. Is this something that needs to be fixed on the MAUI side of things?

Steps to Reproduce

No response

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

No response

Did you find any workaround?

No

Relevant log output

No response

mattleibow commented 1 week ago

Adding the try latest version because we did so many entry fixes this year.

Also, does this happen with the default OS keyboard? If not, then the MS keyboard may not be respecting the OS requirements, so maybe it was fixed in an app update?

kklose23 commented 1 week ago

@mattleibow Just tested with the .NET 9 version of MAUI, and unfortunately, it's still autocorrecting when using a Plain keyboard on an Entry

mattleibow commented 1 week ago

@kklose23 thanks for letting us know.

mattleibow commented 1 week ago

Did you set IsTextPredictionEnabled to false?

https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/entry?view=net-maui-9.0#enable-and-disable-text-prediction

kklose23 commented 1 week ago

@mattleibow Yes, IsSpellCheckEnabled is false and IsTextPredictionEnabled is false.