question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AutoFill doesn't work on iOS

See original GitHub issue

Hi,

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:open
  • Created 2 years ago
  • Reactions:3
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
hpsurekhacommented, Sep 1, 2021

Hi,

might be below information will be useful.


> I'd take a look at the format of your SMS as Apple has some specific requirements for "oneTimeCode" to work. I believe some of the requirements for the SMS are:

> must contain the words code, passcode, or verification number
> the number should appear after the above words
> code must be numeric and between 3 and 8 digits without spaces
> must not be using a custom keyboard

Official ref link: https://github.com/facebook/react-native/issues/22578#issuecomment-510284853

0reactions
dprajapati1179commented, Nov 8, 2022

I am having the same issue any workaround for the same ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found