forked from cylonid/NativeAlphaForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add a toggle in the webapp settings and global settings, to enable support for auto-filling passwords inside the WebViews/WebApps, i.e. when you click on a password field the native default Password manager in the phone can be used to fill the field, and allow for selection from saved passwords.
General things to keep in mind:
- don't increase redundancy or duplicate code
- the solutions should straightforward, modern and not break functionality:
- place the solution at an appropriate place. If justified, create new file/s
Follow these principles and concepts (and others):
- Single Responsibility Principle
- Separation of Concerns
- DRY
- Code Readability
- Relatively short functions
- Meaningful and consistent naming for variables, functions etc
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request