termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
31.29k stars 3.32k forks source link

[Bug]: Password Autofill Provider shows on termux #3909

Open mio-19 opened 1 month ago

mio-19 commented 1 month ago

Problem description

Password Autofill Service shows on termux terminal, which can disturb with the workflow.

Screenshot_20240407_020702_Termux

Steps to reproduce the behavior.

  1. Install Bitwarden and set it as the auto-fill provider.
  2. Open Termux

What is the expected behavior?

No Autofill

System information

fwrs commented 1 month ago

Also experiencing this with 1Password where it is a little more obtrusive. I don't think this is 1Password's fault though, I've not had it show up on non-password text fields in any other app. It's likely that there's an existing reason why Termux does it this way, so I'd appreciate it if this were to be a configurable setting.

yubrajbhoi commented 1 month ago

Yeah, I also got this bug after a Gboard update. I don't use any password manager either. I just disabled the suggestion strip entirely after that. Here is how it looks like on my Google Pixel 6a:

Screenshot_20240413-183536

juvannx commented 4 weeks ago

from bitwarden or Android settings.

Autofill is managed by Android so apps can't decide if they must show or no, in Android there is no settings for disable autofill for apps. So termux should change components which accept input with android:autofillHints and disable it.

juvannx commented 4 weeks ago

I just disabled the suggestion strip entirely after that.

This is a workaround and not a solution. Termux should update with new version of android.