Piwigo / piwigo-flutter-app

Piwigo mobile application for Android
GNU General Public License v2.0
83 stars 26 forks source link

Login form is not detected by password managers #163

Closed mistic100 closed 11 months ago

mistic100 commented 11 months ago

I have BitWarden installed on my device. Normally the BitWarden button is displayed above the keyboard when a login form is detected in websites and apps. It does not on Piwigo NG login form.

I didn't test with other password managers.

Piwigo NG 2.1 BitWarden 2023.7.0 Android 11

remi-martin commented 11 months ago

It might be solved using AutoFillGroup : https://github.com/flutter/flutter/issues/61301

remi-martin commented 11 months ago

This solution works fine with BitWarden, Google and Samsung password managers.

remi-martin commented 11 months ago

This should be fixed with 2.2.0

mistic100 commented 11 months ago

Yep, it works. Thank you !