We've been using the WKWebView for authentication and authorization purposes inside our app.
Unfortunately, we are not able to enable the password autofill/keychain integration with WKWebView.
The website is working correctly (we can see the suggested passwords and the key for the password list)whenever we are opening it using Safari, but when we are trying to open it inside our app using the WKWebView there is only default toolbar ( with arrows and done button).
Is there a possibility to enable autofill using some javascript scripts or WKWebViewConfiguration in WKWebView or is this behaviour is reserved only for SFSafariViewController and Safari?