116
Views
5
Comments
[Touch ID Plugin] TouchIdPlugin disable or enable FaceRecognition
Question
touch-id-plugin
Mobile icon
Forge asset by OutSystems

Hi Experters

I am currently creating a mobile application. And using the TouchIdPlugin module, and when the user setting FaceRecognition is false, I want not to display FaceRecognition when calling TouchId of the TouchIdPlugin plugin. Similar to the Fingerprint case.

Step1: setting as image.


Step2: Disable Facerecognition


Hope everybody help please.

2026-02-26 06-29-24
Rahul
 
MVP

HI,

you can take one variable as boolean type and when face recognition is false then you can set as  false and set in if condition or you can set container visible property with this boolean variable.


Hope this will help you.

Regards

RD

2021-01-05 05-51-36
Thien Tran

Hi @Rahul Sahu 

Thanks for your suggest But in that case the popup in step 2 is from the native app show, namely the TouchIdPlugin module. So I can't set true, false like normal popup.

UserImage.jpg
NikkiM

Hi!

Were you able to implement the Face ID recognition on your Android App? Do I need to create a separate client action for the FaceID and ToudID? Tried to enable both TouchId and FaceId on my mobile device but it doesn't recognize FaceID authentication.

2021-01-05 05-51-36
Thien Tran

Hi @NikkiM 

Enable FaceId is not enough, you have to add at least one pattern face, then it shows you

2023-06-19 12-31-04
Sagar Rakshale

HI,

1. You can take one variable (PluginsEnabled) 

2. Call the "CheckTouchIdPlugin" action in the OnReady event 

3. Assign CheckTouchIdPlugin response to the respective variable.

4. Set if condition with that variable. 

Please find the attached screen shot for your reference.



Regards,

Sagar

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.