-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoFill on a UITextField is not working #41
Comments
Is anyone working on this issue? |
inside this library KWVerificationCodeView and then, go to KWTextFieldView class under classes folder and change this statement static let maxCharactersLength = 1 to as this static let maxCharactersLength = 0 Security Code Autofill works with these changes sometime -> |
This doesn't seem to work. Tested device - iOS 13.5.1 on iPhone 7 |
@thanushkaPraveen Feel free to open a PR with these changes. We will test and if works, we will merge. Thanks. |
Security Code Autofill in not working.
Automatic OTP verification in iOS - https://developer.apple.com/videos/play/wwdc2018/204/
this library auto fill is not working because of text field are not empty. first field has " " space. so pin number from sms is not showing on the keyboard.
The text was updated successfully, but these errors were encountered: