EddyVerbruggen / nativescript-fingerprint-auth

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner or facial recognition!
MIT License
134 stars 33 forks source link

On setting useCustomAndroidUI in Android, popup button color seems to be broken #71

Open ThilinaTCH opened 4 years ago

ThilinaTCH commented 4 years ago

I'm using v7.0.2 with Nativescript 6 Please check image screenshot

ThilinaTCH commented 4 years ago

@EddyVerbruggen Any idea on this issue, please

EddyVerbruggen commented 4 years ago

Perhaps there's a generic CSS class in your app that applies that color to the button? Or maybe it's one of these.

ThilinaTCH commented 4 years ago

@EddyVerbruggen Yeah we checked them and same colors there in our app, can't find any style overriding them

EddyVerbruggen commented 4 years ago

Did you check the com.github.JesusM:FingerprintManager package (Google it)? We're using v2.0.2 in this plugin. Maybe their project repo has some docs/related issues.

ThilinaTCH commented 4 years ago

@EddyVerbruggen OK sure will check there, Thanks!

ThilinaTCH commented 4 years ago

@EddyVerbruggen I checked with that package and seems no issue there as they haven't changed or upgraded it recently. Don't know whether it causes with Nativscript 6 as there it upgrades to Androidx, anyone experienced the same?

EddyVerbruggen commented 4 years ago

I thought maybe in that package there's a way to influence the UI by (perhaps) some XML config files.