smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
491 stars 116 forks source link

Allow regular login via password on Android #13

Closed arctouch-oberdanbitencourt closed 7 years ago

arctouch-oberdanbitencourt commented 8 years ago

Currently for the default FingerprintDialog fragment button second_dialog_button is commented out.

On iOS we have the ability to drive the user to a regular login page by using a fallback. The idea would be to have the same for Android.

What about exposing FallbackAction to IFingerprint where I can register to?

smstuebe commented 7 years ago

included in 1.3.0-beta2. Feedback?

KyleKofoed commented 6 years ago

Hey @smstuebe!

Was this moved to master? Also, does it follow similar implementation to the goToBackup method provided in the example here?

Thank you for your time, Kyle

smstuebe commented 6 years ago

not yet, I'm currently fighting with a stupid build bug #84. :<

KyleKofoed commented 6 years ago

Oh, is that related or just taking priority? I may be able to help out if the former is the case.