Is your feature request related to a problem? Please describe.
I'm always frustrated when I need open passcodes, just because I want to login into a website. Wouldn't it is lowest standards for any password manager anyway, to have auto-fill system for passwords.
Describe the solution you'd like
An auto-fill system that can auto-fill credentials on login forms.
Additional context
It is one most complicated, yet most required feature that we can provide.
It is complicated cuz, we need interact with OS whether android or ios. using I guess, expo-native-module. and utill I know we to need read data from database & need give it back to os for autofilling. and this where it get complicated cuz, we are using typescript-drizzle database. which native can't access cuz it require javscript. but we can use respective frameworks to open db... which i don;t will fail or success, i heard the idea from gpt.
so, we will go with gpt, make a expo module and use respective platforms api to access the db.
This issue is like a question rather then a issue. so please discuss any info related to it. instead of jumping into implementation.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I need open passcodes, just because I want to login into a website. Wouldn't it is lowest standards for any password manager anyway, to have auto-fill system for passwords.
Describe the solution you'd like
An auto-fill system that can auto-fill credentials on login forms.
Additional context
It is one most complicated, yet most required feature that we can provide.
It is complicated cuz, we need interact with OS whether android or ios. using I guess, expo-native-module. and utill I know we to need read data from database & need give it back to os for autofilling. and this where it get complicated cuz, we are using typescript-drizzle database. which native can't access cuz it require javscript. but we can use respective frameworks to open db... which i don;t will fail or success, i heard the idea from gpt.
so, we will go with gpt, make a expo module and use respective platforms api to access the db.
This issue is like a question rather then a issue. so please discuss any info related to it. instead of jumping into implementation.