This is a regression since iOS 13. Is there no-one at Apple interested in fixing this?
FB9856371
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Why is the UIKeyboard implementation still holding a reference to this UITextField, thus keeping it from being deallocated?
The memory debugger shows:
UIKeyboardImpl -> UIKBAutofillController -> NSMutableDictionary -> NSMutable...(Storage) -> UITextField
Any idea what's going on there?