Questions tagged [password-autofill]

23 questions
7
votes
2 answers

What is making the password autofill bar show above the keyboard in Android Chrome?

About a week ago I noticed that Android Chrome was showing a password autofill bar above the keyboard in my app (Parchment). The HTML for the is the following, which is definitely not a password input:
curiousdannii
  • 1,658
  • 1
  • 25
  • 40
6
votes
0 answers

Jetpack Compose Autofilled Password Update

I tried to provide some autofill functionality in my app for email and password that is written completely using Jetpack compose. After using this function I achieved autofill but after changing password it remains old password. Is there any idea to…
5
votes
1 answer

React hook form | Browsers auto fill. How to make so that input knows about the data from auto fill

How to make so that input knows about the data from auto fill? You can go to codesandbox, add some auto-fill data, refresh a page and see this problem. Is there any idea how to fight it? It doesn't…
HackerMF
  • 475
  • 7
  • 18
3
votes
0 answers

Chrome suggesting password on select box

In my case chrome is suggesting password in select type input. This input is on a page where no username or password field is being used. Not a single input is with with name username or password. I have tried autocomplete="off" and…
Mak Sr
  • 303
  • 4
  • 14
2
votes
0 answers

Dismissing AutoFill Extension on iPad makes the host app unresponsive

I'm developing an AutoFill Extension (AppEx) and stumbled upon the following bug, which happens on iPad only. This bug is reproducible on device only (not reproducible on simulator) and can be observed e.g. in the Dashlane app Steps to…
Richard Topchii
  • 7,075
  • 8
  • 48
  • 115
2
votes
2 answers

iOS (React Native) password autofill takes wrong field for username

In my react native application, I'm having trouble saving login and password to a keychain. It's functional, however, it's saving the incorrect username. Email, First Name, Last Name, Password, and Confirm Password are the text boxes in my order for…
Rushi Patel
  • 561
  • 4
  • 14
2
votes
0 answers

How to integrate auto fill for other apps in my flutter password manager?

This is my password manager. I stored many passwords in it. when i open other apps for login, my password manager should suggest me for auto fill credentials. If I stored Facebook password in my flutter password manager and when i open Facebook on…
1
vote
1 answer

Android autofill shared web credentials - React Native

I'm trying to implement Android auto-fill credentials (same as iOS shared web credentials) feature and I followed this documentation - Smart Lock associate-apps-and-sites Here is my setup: development server https://dev.mydomain.com behind VPN but…
Babu
  • 4,324
  • 6
  • 41
  • 60
1
vote
0 answers

Autofill in Android proposes the wrong field (email instead of the phone). Filtering of the autofill combinations

I have a signIn in the Android app by the email and password combination. After a month of the using I have a list of this combinations in the "Passwords & accounts" list on my device. Now I have a signIn by the phone and password, but the autofill…
1
vote
0 answers

Flutter autofillhints from a different site

I'm making a webscrape app project that has a simple login page with email and password autofillhints. This credentials are the same credentials used in a different website, which i connect to using a headless inappwebview instance to retrieve…
michele
  • 11
  • 3
1
vote
0 answers

Auto Login WebView AndroidStudio

i have try this code and its work for auto fill fields , but whene i click for login buton the fillds of ema and pw become impty public void onPageFinished(WebView view, String url) { super.onPageFinished(view, url); …
1
vote
1 answer

How can I tell a password manager which system to save a username/password for?

Question How can a webform explicitly tell the browser or password manager which system a username and password are to be remembered for? Context I design an authentication system that offers multiple identity providers, and most of our users have…
Merchako
  • 789
  • 1
  • 8
  • 19
1
vote
1 answer

How can I get the AutoFillHint/HintText/Text from another app structure?

I'm creating an AutoFillService on my android password management app (using java). I have followed this turotial While my service is trying to get the content of another app, it seems like it can't detect AutofillHint, Hint and Text inside the…
1
vote
0 answers

How to avoid Autofill feature not creating a blank space

Looks like the default behavior of the smart suggestion is to add a space after the provided text. And that is not cool for example when you are trying to reset your password. Is it possible to somehow to trim this blank space (in mobile web browser…
0
votes
0 answers

React Native 0.70.7 Autofill Account Management

I am triying to activate autofill for both iOS and Android for account management forms and I can not simply make it work consistently. I already have the iOS entitlement set up, so autofill somewhat works. My use cases are as follows: Login One…
Elolawyn
  • 131
  • 1
  • 11
1
2