[TIMOB-25293] Android App getting focused from background after supplying fingerprint.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-10-05T23:05:31.000+0000 |
Affected Version/s | Release 6.1.2 |
Fix Version/s | n/a |
Components | Android |
Labels | touchid |
Reporter | Ricardo Ramirez |
Assignee | Gary Mathews |
Created | 2017-09-15T17:35:03.000+0000 |
Updated | 2017-10-05T23:05:31.000+0000 |
Description
H5. Issue Description
In our application we are using finger print based authentication for Android, and we are using TouchId module version 2.2.0.
When we keep the app in background, the app is still waiting for finger print to be supplied. If you supply finger print our app is getting focused even if we are using any other app at that time.
it would be helpful, if Touch Id module is returning a message when app is pushed to background.
[~emerriman] do you have any update ?
[~rramirez] This isn't an issue with ti.touchid, the sample app provided creates a new window when a fingerprint is authenticated. That window will be brought into the foreground. I'm not sure what their expected behavior should be? You can use the
blur
event to detect if the window has entered a paused state.