Is it possible for WKWebView to autofill credit card number for safari?

So in our app, we let the user to type in credit card numbers. We wanna enable the user to autofill credit card numbers saved in the safari.

We use the webview to open a link that leads to a PCI-compliant third-party components.

We use WKWebView. If we use SFSafariViewController, then the webview will open the link using real safari, and the user will be able to autofill from safari. But we use WKWebView.

My question is:
Is it possible to enable the user to autofill credit card numbers saved in safari using WKWebView?
Thanks!

Sorry, I think I wasn't being clear enough.

I wanna rephrase the question this way:

For WKWebView, is it possible to enable the user to autofill credit card numbers saved in safari?

Thanks!

Is it possible for WKWebView to autofill credit card number for safari?
 
 
Q