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?