-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot set property 'useCustomAndroidUI' of undefined #23
Comments
Can you share a repo that I can help you with? |
Git repo: https://github.com/domzinhuu/finger so... this is the error and happen only when i click on de button "On/off" and then i finish the app to restart again. But if i click on the button and only refresh the code on vscode the app restart and work fine.
|
Hi, thanks for that demo app, but unfortunately I can't reproduce the crash with it. Looking at the code I'd advise to not trigger the fingerprint UI before the page has loaded, so Also, I can't find |
Thanks for the answer, i'll try your tips and i'm back later with result. |
Im create a app with angular template and when i try use
verifyFingerprint(options)
i always get the cannot set property useCustoAndroidUI.
my Options:
I need set any other setting when using nativescript angular template?
The text was updated successfully, but these errors were encountered: