AutoFill doesn't work on iOS
See original GitHub issueHi,
I have problem with autofill feature on iOS 14.6. I have code like below:
`<OTPInputView
style={{width: '80%', height: 200}}
pinCount={6}
autoFocusOnLoad
codeInputFieldStyle={{ backgroundColor: 'red'}}
onCodeFilled = {(code) => {
console.log(`Code is ${code}, you are good to go!`)
}}
keyboardType="number-pad"
onCodeChanged={(code) => {
console.log(code);
}}
/>`
When I received code from SMS I get hint above keyboard, but when I press this hint nothing happens. I have content of SMS like: “Ihr App Name Authentifizierungs code: 623456”
Is anyone who had similar problem like we ?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8 (1 by maintainers)
Top Results From Across the Web
[Solved] How to Fix iPhone AutoFill Not Working - iMyFone
Way 1. Force Restart iPhone ... In this case, the problem could be a software glitch and one of the simplest ways to...
Read more >ios autofill not working - Apple Community
When you're using a Private Browsing window, the details of your browsing aren't saved. Autofill also won't work correctly so this might be...
Read more >How To Fix AutoFill Passwords Not Working on iOS - Saintlad
How To Fix AutoFill Passwords Not Working on iOS · 1. Ensure AutoFill Passwords Is Enabled. · 2. Ensure iCloud Keychain Is Enabled....
Read more >AutoFill Passwords Not Working on iOS ? Here's the Fix
Turn off/on AutoFill and Check Your Saved Websites/Apps Passwords. If the problem is yet to be solved, give the system-wide AutoFill toggle a ......
Read more >How To Fix Safari Autofill Passwords Not Working On iPhone
2. Restart iPhone ... Your next option to fix Safari AutoFill Passwords not working is to reboot your device. A fresh start will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi,
might be below information will be useful.
Official ref link: https://github.com/facebook/react-native/issues/22578#issuecomment-510284853
I am having the same issue any workaround for the same ?