Background
I’m a frontend dev and currently working on a project that require the system to be able to work with Password Manager, and bitwarden is one of the app that i tested.
I’m using React Native as my main tech stack with EventListener as login function.
Problems
Bitwarden works well in form detection, meaning it can actually load the saved password and fill it on my forms. But after several test case, i notice that bitwarden doesn’t work on form submission, so it can’t save or update the user credentials data into the vault.
Conclusion
I really need the help from either bitwarden developer, or any comunity member that had experienced to work with react native component + bitwarden in general. Thank you