-
Notifications
You must be signed in to change notification settings - Fork 100
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
[WIP] iOS12 Security Code AutoFill #47
base: master
Are you sure you want to change the base?
Conversation
- Set default textContentType to .oneTimeCode to get the most out of iOS12's Security Code AutoFill See also: * https://developer.apple.com/videos/play/wwdc2018/204/ * https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_a_text_input_view
It will be highly appreciated if you can merge this feature. |
Hi acevif, security code auto fill option not working. above code also added in my project. no use of above code. Please resolve this issue asap. otherwise i want to remove whole code in my project. acevif can u help me out how to resolve this issue. Thanks. |
@acevif : Thanks for the update, this code works fine but there no option to do action on tap of OTP (ex: value change is not triggered). To get otp explicitly user has to tap on NEXT button. Is there any way to get OTP when ever user selects from toolbar by tapping otp |
WIP