You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by MalyshevDenSer September 26, 2024
Question
Hi!
I'm creating a simple login page, and everything works fine on Android and Windows platforms. If the user has saved their login and password in a browser's password manager, the credentials are correctly suggested and autofilled into the text fields.
However, when attempting the same on iOS or macOS using Safari or Chrome, the password is not autofilled into the text field, even after being saved in the password manager.
Steps to reproduce:
Create a web app.
Open the app's URL on an iOS or macOS platform.
Enter any random login and password.
The browser will prompt you to save the login and password in its password manager.
Reload the page or open a new browser tab.
Begin typing your login.
The browser will suggest autofilling the login and password or just the password.
After accepting the autofill suggestion, the password does not get added to the text field on these platforms.
Discussed in #4055
Originally posted by MalyshevDenSer September 26, 2024
Question
Hi!
I'm creating a simple login page, and everything works fine on Android and Windows platforms. If the user has saved their login and password in a browser's password manager, the credentials are correctly suggested and autofilled into the text fields.
However, when attempting the same on iOS or macOS using Safari or Chrome, the password is not autofilled into the text field, even after being saved in the password manager.
Steps to reproduce:
Code sample
What I’ve Tried
I used autofill hints (there is a discussion with a similar problem) and adaptive property, it doesn't work
The text was updated successfully, but these errors were encountered: