autofill Questions
4
When I am trying to change password in Chrome, there is always a dropdown list with "Use password for:" options. Is it possible to remove it? I have tried autocomplete="off" and autocomplete="false...
Backbend asked 27/8, 2015 at 9:40
3
I have created an app with a basic login/signup process. When a user creates a new account, the Android Autofill Framework asks to save the username and password. Now once the user logs-in, there's...
0
I want to launch the "Scan New Card" activity from my Android Application.
This functionality is provided by Google to scan and fill the credit/debit card number inside the EditText and i...
Nonbeliever asked 18/2, 2023 at 4:23
0
my input field is created like this :<input type="tel" id="card-number" name="account_number" autocomplete="cc-number" placeholder="Card Number"...
Mablemabry asked 10/2, 2023 at 9:45
7
Solved
Is there a way to disable autofill in Chrome and other browsers on form fields through HTML or JavaScript? I don't want the browser automatically filling in answers on the forms from previous users...
Aziza asked 25/2, 2013 at 19:35
1
I am using 0.66 (and also tried 0.68rc4) and am unable to get the autofill for otp to work on Android. Here is the component I have
<Input
...
autoComplete="sms-otp"
...
/>
I tr...
Lundberg asked 25/3, 2022 at 17:49
4
I'm using a register formular on my page which should be filled by autofill if the user wants to.
This works alright for all fields except birthdate with the following html:
<input id="birthDat...
Helterskelter asked 9/3, 2018 at 15:45
1
Solved
I'm using Ionic React application and completely new to building ionic react apps.
Currently I'm trying to autofill OTP(One Time Password) by fetching the OTP through message's of android/iOS durin...
Fant asked 13/9, 2022 at 14:20
2
RN 0.57.x exposes iOS's textContentType, so I should be able to get our app to suggest the user's email in a TextInput. This makes the initial experience much smoother because the user doesn't have...
Marchesa asked 16/11, 2018 at 6:55
1
Solved
Good day.
I'm trying to implement a login page in SwiftUI, but I'm unable to figure out how to make the application prompt the user to save their credentials after a successful login.
This is the...
10
My Problem
I must have turned on google to autofill for a login on my site, however it is trying to now autofill that login data whenever I want to edit my account info or edit another users accou...
Burge asked 18/4, 2014 at 14:52
14
Solved
I have a site with a checkout page that has always worked beautifully.
Recently, any customer that uses autofill to fill out his info, gets his email address dumped into the company field.
There ar...
4
I am setting up iOS Autofill Password in my app, and I followed all the guidelines in this tutorial https://medium.com/developerinsider/ios12-password-autofill-automatic-strong-password-and-securit...
3
Solved
10
Solved
I'm implementing login page with Angular reactive forms. Button "login" is disabled if form is invalid.
import { Component, OnInit } from '@angular/core';
import { FormBuilder, FormGroup, Validato...
Nafis asked 30/1, 2017 at 9:45
1
Solved
I've created a signup form for my app and I've setup the domain association and it's all working exactly as I expected when I run it on a real iOS device. When I land on the Username field, I can c...
3
I am looking for a way to do AutoFill,SavePassword and Spellcheck in WkWebView
AFAIK
SpellCheck(spellcheck="true"),Autocomplete('autocomplete','off') can be done by specifying HTML Attributes
S...
Adductor asked 28/1, 2016 at 7:2
0
I have a email and password edit text. When Google Autofills popup, the text is not visible in dark mode/night mode. The rest of the app supports night mode with the help of themes.xml.
In the scre...
Cohlette asked 11/2, 2022 at 7:2
4
So like everyone else before me I am trying to disable chrome autofill.
This explained to me why autocomplete off does not work:
A user agent may allow the user to override an element's autofil...
Tenderhearted asked 6/11, 2018 at 19:57
0
I am having difficult time setting the input font-size when input is autofilled in chrome and edge. I am able to get the desired color and border, but not the font-size. Also line-height seems to c...
Beaumarchais asked 6/1, 2022 at 18:12
6
Our contact-management software enables users to add contact details for their friends to their account.
One of the details you can add is "email address". However for some reason on Safari the em...
0
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 pa...
Themis asked 5/11, 2021 at 23:0
3
Solved
I've built a little browser using the android webview component and am looking to integrate password/credential manager support using the Android AutoFill API.
I've read the docs but am completely ...
Le asked 24/7, 2020 at 14:54
3
We are not able to get Email, Name, phone number suggestions (autocomplete) to work on our React Native. Can someone help on troubleshooting to see what we may be doing wrong here?
https://faceboo...
Screens asked 23/9, 2019 at 19:4
4
Solved
This is happening on an asp.net webforms application, using Chrome Version 72.0.3626.109 (Official Build) (64-bit).
The site is password-protected. The user logs in with a username and password. ...
Cardboard asked 15/2, 2019 at 14:32
© 2022 - 2024 — McMap. All rights reserved.