AlexMiniApps/angular-code-input

Not working on IOS 15

Closed this issue · 4 comments

I have a problem with version 1.5.0

It doesn't work on the Iphone, I'm using IOS version 15.0 on an Iphone 12, I used the attribute [code]="123456" and the auto-complete suggestion doesn't appear on the keyboard, could you help me?

My code:

<code-input #codeInput [initialFocusField]="0" [codeLength]="6" (codeChanged)="onCodeChanged($event)" (codeCompleted)="onCodeCompleted($event)"> </code-input>

@Arthurferrera ok I will check

@Arthurferrera Just checked and it is working as expected.
Please see the image below. This image was made from iphone on iOS15.0.2
image

Can you help me? Here not working and appearance my implementation it's ok, Which informations you need?

Please send me your package.json of the project.
One note regarding 'From Messages' suggestion. This message will appear only on a new message with a code and only when you will focus on an input.