-
-
Notifications
You must be signed in to change notification settings - Fork 183
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 not working on ios #85
Comments
i tired this but the code dosnt apear on the keyboard |
Hello @Tkko, unfortunately I have the same issue on IOS. Best regards, |
Hi @szusznorbert,
|
Hi @Tkko , first of all thank you for your fast reply. Thank you! |
@szusznorbert Interesting, I haven't had that issue before, and I'm not sure what's the workaround here, please let me know if you find the solution. |
Hi @Tkko I am facing a similar issue on iOS.
I have also attached a screen recording with this comment. Thank you 9D60D1E1-28E8-4D4C-B6B3-841619696E95.mp4 |
Hi @pranjalpc99 I believe this issue is out of my packages scope, could your try if the same happens for pure Why I think so is that, I'm not doing anything for SMS autofill on WEB, it works out of the box. I think the SMS code must follow some standards, which is not specified anywhere I looked for 😢, I saw some people have problems with other languages (Spanish). |
Hi @Tkko From my observation the format should be like the following:
|
True. Is there a work around for this? |
Nothing that I know |
Closing this issue, feel free to reopen it if you need to. |
I need to open it @Tkko because I have problem with iOS release or debug version. Here are my codes, that does not understand the coming OTP code: (Also the code coming as 0000 is your verification code)
|
Hi @alperefesahin, to double check your issue, the code ins't showing on top of the keyboard, right? |
Yes @Tkko, right |
Temporarily replace |
@Tkko it does not work also for |
@alperefesahin Try to change SMS code to |
Tried, but still does not work for pinput and textfield @Tkko |
also tried it on android, and it works well, but on the other hand, iOS has a problem with getting the sms automatically. The incoming text like, Your verification code 0000, you can use it etc. @Tkko |
@alperefesahin SMS text guideline is not clear but what mentioned should work fine. |
@Tkko the text is the Turkish language based, and unfortunately can't be changed. As I said, it works on Android as well, but for the iOS side, you said that the problem is related to "Language of the incoming text", right? |
Yeah that's correct. |
I tried to use the autofill and it works perfectly with andriod but its not working with the ios
Pinput( androidSmsAutofillMethod: AndroidSmsAutofillMethod.smsUserConsentApi, length: 6, focusNode: _pinOTPCodeFocus, controller: _pinOTPController, defaultPinTheme: PinTheme( textStyle: TextStyle( color: Colors.white, fontSize: 16, ), width: 40.0, height: 50.0, decoration: pinOTPCodeDecoration), pinAnimationType: PinAnimationTy 10000 pe.rotation, onCompleted: _onCompleted)
The text was updated successfully, but these errors were encountered: