AutoFill does not work with the latest iOS 13 beta 5

On my app, I have a screen with a UITextField which should take the user's phone number.

The following code has been working so far to enable the AutoFill of that field:


public override func viewDidLoad() {
     super.viewDidLoad()
     txtPhoneNumber.textContentType = .telephoneNumber
}


...up until I started testing with the iOS 13 beta.

I checked the Safari AutoFill settings and I'm using the same contact as before.

The AutoFill seems to work on some websites that have the phone field.


I couldn't find anything that has changed from the docuemntation.

Am I missing something new that should be implemented there in order to get it working?

Replies

Hey all,
Did any one found any solution regarding this? Because I found the same issue with iOS 14.4.2
Any help will be highly appreciable.

目前我遇到在iphone 11/ios 16.1.1 也有同樣問題,收到sms驗證碼無法顯示在鍵盤上方。用其他iphone 13, iphone 8都可以。 不知是不是iphone什麼設定沒打開的關係?

  • 剛才找到iPhone上的一個設定,關閉了,鍵盤就不會顯示提示了。 設定 -> 密碼 -> 密碼選項 -> 自動填寫密碼

Add a Comment