cost 293 ms
Chrome 密碼自動填充問題 - 某些網址不會自動填充密碼

[英]Chrome password autofill issue - password does not automatically get filled on certain URLs

我有一個 web 應用程序(基於反應)部署在多個環境(測試、階段、開發、生產——只有 URL 不同,應用程序代碼完全相同,每個 url 都保存了用戶名和密碼)。 在登陸頁面上,密碼字段以模式打開。 現在 chrome 有一個奇怪的問題,它只在一個環境中自動預填充密碼。 在其他環境中,它不會填寫密碼, ...

React 鈎子形式 | 瀏覽器自動填充。 如何使輸入知道自動填充的數據

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

如何讓輸入知道自動填充的數據? 你可以go到codesandbox,添加一些自動填充數據,刷新頁面,看到這個問題。 有什么想法如何對抗它? 它不起作用: 自動完成=“關閉” autoComplete="新密碼" autoComplete="新密碼" 有一段代碼: https://codesan ...

如何從另一個應用程序結構中獲取 AutoFillHint/HintText/Text?

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

我正在我的 android 密碼管理應用程序(使用 java)上創建一個AutoFillService 。 我已經關注了這個turotial 當我的服務試圖獲取另一個應用程序的內容時,它似乎無法檢測到字段內的自動填充提示、提示和文本。 這是我在 AutoFillService 超類的 onFill ...

是什么讓 Android Chrome 的鍵盤上方顯示密碼自動填充欄?

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

大約一周前,我注意到 Android Chrome 在我的應用程序( 羊皮紙)的鍵盤上方顯示密碼自動填充欄。 <input>的HTML如下,絕對不是密碼輸入: 有誰知道是什么讓 Chrome 認為應該顯示密碼自動填充欄,以及可以做些什么來阻止它發生? ...

iOS(React Native)密碼自動填充用戶名字段錯誤

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

在我的本機應用程序中,我無法將登錄名和密碼保存到鑰匙串。 它是有效的,但是它保存了不正確的用戶名。 電子郵件、名字、姓氏、密碼和確認密碼是我的注冊頁面訂單中的文本框。 但是,我給了電子郵件字段 textContentType='username' 和密碼字段 textContentType='p ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM