Skip to content
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

Allow input in the webview to remember last user input (username/passwd) #6422

Closed
wangxiexe opened this issue Jul 10, 2016 · 5 comments
Closed

Comments

@wangxiexe
Copy link

  • Electron version: 1.1.1
  • Operating system: win 10

The same page ( use login ) can remember username/password in chrome , but when I use webview to embeded it in electron, it does not remember last time input any more.

@zcbenz
Copy link
Member

zcbenz commented Jul 10, 2016

You have to implement this feature yourself, you can reference how Brave browser implemented their autofill feature.

Electron doesn't ship the autofill feature of Chrome browser because only very few cases need it, and it takes lots of efforts to provide a programming interface. I'm closing this as won't fix.

@alexstrat
Copy link
Contributor

For reference, that's how brave seems to have ported autofill APIs into muon (their fork of electron): brave/muon#40.

@sentialx
Copy link
Contributor

sentialx commented May 10, 2019

@zcbenz It would be great if Electron had this implemented.

@alexstrat
Copy link
Contributor

#9535 might provide a solution for several situations. For the others, it is a good base to start from to add a "global autofill" API to Electron.

@amn
Copy link

amn commented May 30, 2020

Electron is fat enough already. It needs to have fewer features, with features split into components one can explicitly deploy and enable. Any other progress is just the usual walking on the feature-creep road. It'd be nice to have this and that and wheels, a jet-engine, and propellers and everything. But I don't want to ship all that as part of my application, if not for size constraints, then for attack surface. Strip it down. You want autofill, write a module and link it to Electron, one way or another. Publish it for others to reuse, if you will. My two cents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants