-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form prefill #71
Comments
Hi @RomainQuidet! Thanks for posting. We currently don't have the feature you describe - form prefilling. We'd need integrations built for this, and we haven't had the time. We'd love to have the ability to fill login forms automatically within mobile safari, but are not currently sure how we'd accomplish this. With regards to your other statement:
Are you experiencing an issue with opening the website of an entry? If so, what format is the URL? |
Hi. Thanks for your reply and great work ! The app seem promising. I understand prefilling needs some work. I added 3 entries in my archive using Firefox and sync with Dropbox. The firefox plugin is able to log me in for each one. Each URL recorded starts as : www.mysecrethost.com/login.php Thanks ! |
Thanks @RomainQuidet! As the URLs not opening is not related to form prefill I opened a new issue for those: #73
The 2 URLs are created by the browser extension. the |
For prefill in Safari etc. You could try and do it how lastpass do it. When you are on the site, you click the share button in safari and select app in the activity. There is a react native lib https://www.npmjs.com/package/react-native-share-extension which supports both android and ios. Which shows you how this might be done. This allows the url to be passed to extension but I'm not sure how you then fill the form in safari or browser. Not sure what access the share extension provides to paste values in form. But it looks like to do this, when you create the extension, you include the correct scheme configurations and it should work for passwords and forms. This means it could be also used in apps that support the login with password managers. |
Android P will support new API for autofill including password app function :) https://www.androidpolice.com/2018/03/07/android-p-feature-spotlight-new-autofill-apis-improve-compatibility-password-managers/ |
android O alreaddy has an autofill API |
Hi,
I've installed the latest app from the appStore (1.1.1), but I can't get my password filled from anywhere. My device (6s, iOS 11.2).
If I open Safari on iOS, I don't see any entry for my credentials.
When I go to the app, I see my archive (from DropBox), it's opened. When I go to a credential, if I tap on the "world" icon, I've got a pop up asking if I want to open this website, I tap YES. But nothing happens.
Is there a bug ? How am I supposed to use your app?
How can I help you? (I'm a freelance developer on iOS and Android).
The text was updated successfully, but these errors were encountered: