BitCannaGlobal / WeedMobile

5 stars 1 forks source link

UX bug: When the device locks it could be bypassed (Android) #74

Closed RaulBernal closed 7 months ago

RaulBernal commented 7 months ago

When the App reachs the established time-out it locks. (it's ok) When you are in the UNLOCK screen should put the password and push the button "UNLOCK" BUT you can bypass that security requirement using the KEY <- (back) at ANDROID.

atmoner commented 7 months ago

Fixed here: https://github.com/BitCannaGlobal/WeedMobile/commit/c624ddadc8a470ffb7b5beefdda4b3c884bb5a5d

RaulBernal commented 7 months ago

Ok fixed... but I would capture the click of the <- key function to avoid another hacks! (in the unlock screen)

RaulBernal commented 7 months ago

I'm going to close this issue because is solved, the back button doesn't return to the open dashboard

atmoner commented 7 months ago

And refixed here: https://github.com/BitCannaGlobal/WeedMobile/commit/65c7fc6811799457b7aad47df9e2bff16b3db02a

RaulBernal commented 7 months ago

Ok the fix is applied to the whole App, we need to apply only at Login part. @atmoner has an idea about how to apply only to the Login page.

RaulBernal commented 7 months ago

In UNLOCK page it works exiting the App In the rest of the pages it is disabled, is ok for me to avoid bad behaviors.