iOS keychain autofill

Does anyone have experience with implementing the native iOS autofill? I can’t get it to work in my app.

The desired action would be like this: (a preview of how the autofill is shown inside the Safari web browser)

But in my app I only get this:

Did you get this to work?

I know it is a little bit late, but I wanted to share this for anyone who gets stuck on this in the future.

Enabling password autofill is not as straight-forward as you may expect. First you need to establish a two-way association between your website and the app, then add autocomplete properties on the input element, and then there are some iOS quirks that you need to implement if you want it to work on iOS.

Since I am seeing this question a lot, I have written a detail step-by-step guide which you can find here:
https://medium.com/@goranlisak/how-to-enable-password-autofill-in-ionic-capacitor-app-2e133436e8df