I have implemented a custom WebView using flutter_inappwebview
. We attempted to replicate Safari’s behavior to show auto password suggestions from the iCloud Keychain, but it’s not working as expected.
We tried a few approaches, including adding associated domains in the asset file. However, in our case, the domain is added dynamically at runtime, so we’re unable to define it statically.
Is there any known workaround or support for dynamic domains in iCloud Keychain autofill?
Is it possible to programmatically register domains at runtime for webcredentials:
?