Hello,

in iOS 12 Apple provided an option to read SMS (OTP Password),
therefore you need to set native textField property like this 
textField.textContentType = UITextContentTypeOneTimeCode;


If the system can parse a security code from an SMS message, the QuickType 
bar shows the code for up to three minutes after it has been received. If a 
security code arrives while the text input view is selected, the system 
pushes the incoming code to the QuickType bar.


You can autocomplete security codes from single-factor SMS login flows : 
yourTextField.textContentType = .oneTimeCode

is there any proposition how to use the codename one'textfield  as a native 
textfield and add the property.

it's for an emergicy reason.


Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/7634ce9b-791b-4a49-8dd3-f668c753457e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to