I implemented Password Autofill with Capacitor in my app (using this guide), which works really good with Apple’s own password manager (iCloud Keychain).
But when I use another password manager like Bitwarden, the URI is set to “iosapp://capacitor://[hostname-from-capacitor-config]/login”, which is problematic when syncing between desktop browser and mobile device for login on the website and app, because the URL scheme is not the same.
Has anybody else encountered this problem and found a solution?