Tornike Kurdadze
Tornike Kurdadze
Hey @chimon2000, can you verify that the issue exists on demo [web page](https://flutter_pinput.codemagic.app/)? I didn't see any issue from my old iPhone XS (16.5.1)
Hey, that's how iOS auto fill works by default (by tapping sms code on top of the keyboard). But you can also configure a trusted domain and enter code automatically....
@janlektonen Have you changed anything on your side? Is sms content same?
Yeah, iOS autofill works fine out of the box, standard `TextField` has autofill too, speaking of which, can you replace Pinput with `TextField` and check if it's working properly?
Hey @janlektonen, could you send me the example of SMS you are receiving? I'm not aware of `new_pinput`, I don't see any improvements an author made, it's just a clone...
Yeah, it should be an SMS but as a workaround you can read the push notification content in your app and set the code programmatically `controller.setText(codeFromPushNotification);`
Hey guys, I've just checked autofill on iOS 17.3.1 with Flutter 3.19.3 and when I send this SMS to my phone number the code is showing up on a keyboard....
I can't really find an exact SMS guidelines for iOS and it is a common issue but if you include the word "code" in your SMS it seems to be...
Hey @markarik, thank you for the PR. Pinput's API is already bit bloated, I'm planning to add `builder` constructor which will give users more flexibility. It will work like [contextMenuBuilder](https://api.flutter.dev/flutter/material/TextField/contextMenuBuilder.html)...
Hey @altin80, I don't understand how the issue is related to the project 🫢