Skip to content
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

Android hardware back button not working in IdentificationModal #2764

Open
drsurfer opened this issue Feb 1, 2021 · 8 comments
Open

Android hardware back button not working in IdentificationModal #2764

drsurfer opened this issue Feb 1, 2021 · 8 comments
Labels
Bug 🐞 good first time contribution This kind of issues are a nice way to start contributing to the project. keep open

Comments

@drsurfer
Copy link

drsurfer commented Feb 1, 2021

Descrivi il problema
Se per qualsiasi ragione si vuole uscire dalla schermata di login, senza fare il login, non c'è la possibilità di farlo senza terminare l'applicazione dall'apposita schermata.

To Reproduce
Steps to reproduce the behavior:

  1. Lancia l'applicazione
  2. Cerca di uscire: il tasto "back" [ < ] non è attivo.

Expected behavior
Che premendo il tasto back [ < ] si esca dall'applicazione.
Magari doppio tap, per evitare uscite accidentali.

Versione dell'app
Copia i due numeri che appaiono in alto a destra nello schermo dell'app.
^^ Non ci sono due numeri in alto a destra nello schermo dell'app. :-)
In fondo al profilo c'è scritto 1.19.0.2

Smartphone

  • Device: Samsung Galaxy A50
  • OS: Android 10
@Undermaken
Copy link
Contributor

cc @thisisjp

@pietro909
Copy link
Contributor

Non c'e' (piu'?) un tasto "back" sulla schermata di login.
Su Android il tasto hardware back e' gestito correttamente.

@drsurfer questa issue e' ancora valida?

@drsurfer
Copy link
Author

drsurfer commented Aug 12, 2021

@pietro909 si, non è cambiato nulla.
Forse c'è un fraintendimento, la schermata a cui facevo riferimento è questa qua sotto. Se non metto il codice di sblocco o uso l'impronta, il tasto "<" è assolutamente privo di efficacia nell'uscire dall'app.
L'unico modo è usare il tasto più a sinistra, ed eliminare tutti i task in esecuzione.

Screenshot_20210812-205541_IO_1

@pietro909 pietro909 changed the title Non c'è uscita dalla schermata di login Android hardware back button not working in IdentificationModal Aug 23, 2021
@pietro909
Copy link
Contributor

Probabilmente causato dall'uso della Modal. Abbiamo svariati esempi nel codice tipo TosBonusComponent che viene incluso in una modal da ActiveBonusScreen.

Ottima issue per first-time contributors.

@pietro909 pietro909 added the good first time contribution This kind of issues are a nice way to start contributing to the project. label Aug 23, 2021
@github-actions
Copy link

This issue is stale because it has been open for 60 days with no activity.

@Bavuett
Copy link

Bavuett commented Mar 14, 2023

Ciao! Vorrei lavorare a questa issue in modo da poter iniziare a familiarizzare con il codice del progetto per poi contribuire più spesso. Il problema è ancora presente?

@Vrunalbenke
Copy link

@drsurfer can you explain me in detail the Issue ?

@drsurfer
Copy link
Author

Steps to Reproduce the Problem on My Phone:

Ensure that the app is configured for biometric (fingerprint) login.

  1. Launch the app: The app validates something (four checkmarks appear), followed by the usual popup requesting a fingerprint.

  2. Press "annulla" or the system back button "<". The app dismisses the popup and reveals the underlying screen, prompting for the "codice di sblocco" (unlock code).

  3. Press the system back button "<" again. No action is observed.

Expected Behavior:
I anticipate the app to close. Currently, the only method to exit is by pressing the "overview" button (the one with three stripes, at least on Samsung phones; unsure about others) and then selecting the "Chiudi tutto" (close all) button.

Note:
I believe that without biometric login, the behavior remains consistent, directly transitioning to the unlock code screen and staying there until the code is entered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 good first time contribution This kind of issues are a nice way to start contributing to the project. keep open
Development

No branches or pull requests

5 participants