Password autofill not working on mobile app (email works, password doesn't)

Hey everyone, I’m having an issue with password autofill on my Bubble mobile app. The email field autofills correctly from the device password manager, but the password field doesn’t get populated at all.

On web I was able to work around this by adding an HTMT element to let the browser recognize the password field and it works but on mobile, I cannot add and html and i dobnt see anything else related to this.

I confirmed that the input type is set to Password in Bubble, and even gave it an ID attribute “password”

I understand this may be related to how Bubble renders inputs inside the WebView. Has anyone found a working solution for this on mobile? Is this a known limitation or is there a fix?

Try making the placeholder as ‘Password’ instead of **** if that is what you have. I think I have seen that make a difference. :man_shrugging:

Known limitation right now, but we are planning on updating the input behavior soon so password inputs can differentiate between existing and new password fields

Thanks for letting me know. Hope for the update soon

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.