diff --git a/src/iOS.Autofill/CredentialProviderViewController.cs b/src/iOS.Autofill/CredentialProviderViewController.cs index 6f03d7cf0..b0a53155a 100644 --- a/src/iOS.Autofill/CredentialProviderViewController.cs +++ b/src/iOS.Autofill/CredentialProviderViewController.cs @@ -246,6 +246,8 @@ namespace Bit.iOS.Autofill } else if (!await storageService.GetAsync(Bit.Core.Constants.PasswordVerifiedAutofillKey)) { + // Add a timeout to resolve keyboard not always showing up. + await Task.Delay(250); var passwordRepromptService = ServiceContainer.Resolve("passwordRepromptService"); if (!await passwordRepromptService.ShowPasswordPromptAsync()) {