Search found 4 matches

by TommyDawkins
17 Apr 2024, 23:43
Forum: General Discussion
Replies: 6
Views: 371

Re: Unity Android Textbox Autofill / Autocomplete | Need to disable AutoFill for textbox (Android project)

Update: Just tested what I posted and setting Autocorrection to false when opening android soft keyboard on textbox click don't seems to hide the suggestion bar. Update No2: It look like the suggestion bar is still there BUT, it don't save word that we enter in textbox so good for me. Question: Is i...
by TommyDawkins
17 Apr 2024, 21:09
Forum: General Discussion
Replies: 6
Views: 371

Re: Unity Android Textbox Autofill / Autocomplete | Need to disable AutoFill for textbox (Android project)

Here's what I'll update and test but need to embedded noesis package so my code isn't overwrite. Don't know if you could test it from you side faster than me. public static void Open(UIElement focused_) { string text = ""; TouchScreenKeyboardType keyboardType = TouchScreenKeyboardType.Defa...
by TommyDawkins
16 Apr 2024, 18:41
Forum: General Discussion
Replies: 6
Views: 371

Unity Android Textbox Autofill / Autocomplete | Need to disable AutoFill for textbox (Android project)

Hello People, Right now, I need to use the android keyboard when I press a textbox to enter text. It open the android keyboard. The thing is, I want to disable autocomplete/Autofill so the text I just entered will not be save a autocomplete possibility on a next textbox. Is there a way to do it? I t...