I have implemented fingerprint login to my app according to Google Developer sample. Now I found that the fingerprint sensor on OnePlus 3 is placed on the home button that is, opposite to other phones, touch button (not clicky one). So when the user tries to login with his fingerprint, he touch the home button, the app goes to the background instead of read fingerprint and login into the app.
I'm curious, if I missed some step that is handling this situation, or if there have to be some workaround to fix this issue?
I'm using this library RxFingerprint
EDIT:
One of my friend tried my FP login on his OP3 and it worked flawlessly. But other users are complaining that it is suspending the app.