From 256b80568497aebde2cdeb8512ce5c20f34d664e Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 25 May 2019 16:04:48 -0500 Subject: [PATCH] Set email text field content type to username so iOS offers to autofill passwords MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is what Apple says to do for email fields. https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_a_text_input_view > For example, if your site uses email addresses as user names, set the input view’s textContentType property to .username, and set the keyboardType property to .UIKeyboardType.emailAddress. --- iOS/Settings/Settings.storyboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/Settings.storyboard b/iOS/Settings/Settings.storyboard index 25dc9cd27..462b663f1 100644 --- a/iOS/Settings/Settings.storyboard +++ b/iOS/Settings/Settings.storyboard @@ -640,7 +640,7 @@ - +