Tom Truyen
06/23/2025, 10:03 AMcontentType
semantics) and I have noticed the following behavior:
• Sometimes onFocus -> Autofill works fine
• Most of the time onFocus I get the message "Autofill popup isn't shown because autofill is not available."
◦ Longpressing on TextField shows context menu with "Auto-fill" -> Clicking on that results in the Autofill to work again
This is quite annoying since the previous way of doing it with an AutofillTree and Nodes worked, but that has been deprecated in favor of this one.
Is there maybe a Public API available that mimics that action performed when pressing "Auto-fill" from the Context Menu?Tom Truyen
06/23/2025, 12:17 PM