2FA authentication में मदद करने वाले HTML attributes
(twilio.com)सिर्फ़ नंबर वाला keyboard खोलना inputmode="numeric"
iOS में SMS message प्राप्त करके भरना autocomplete="one-time-code"
इसके अलावा new-password, current-password आदि के बारे में भी जानकारी
1 टिप्पणियां
one-time-codeके मामले में, iOS ऐप में OTP इनपुट लेने वालेUITextFieldकी property बदलकर इसे लागू किया जा सकता है.myOtpTextField.textContentType = .oneTimeCode