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

App android crasha dopo il login con navigation.GoBack() #93

Closed
DiegoZaff opened this issue Dec 29, 2022 · 5 comments
Closed

App android crasha dopo il login con navigation.GoBack() #93

DiegoZaff opened this issue Dec 29, 2022 · 5 comments
Labels
type: bug something isn't working as intended and needs to be fixed

Comments

@DiegoZaff
Copy link
Contributor

L'app crasha su Android dopo aver effettuato il login quando viene invocata navigation.goBack().

void api.setTokens({ poliNetworkToken, polimiToken }).then(() => { setTimeout(() => { navigation.goBack() }, 1000) })

Il problema sembra legato a questa issue

Ho testato che aggiungere androidLayerType="software" alle prop della WebView sembra risolvere il problema.

@DiegoZaff DiegoZaff added the type: bug something isn't working as intended and needs to be fixed label Dec 29, 2022
@toto04
Copy link
Contributor

toto04 commented Jan 8, 2023

questo dovrebbe essere stato fixato in main con il merge di #94, qualcun altro con android può confermare?
@bob27aggiustatutto @cosimonegri

@francescolf
Copy link

Posso confermare 👍

@cosimonegri
Copy link
Contributor

Confermo anche io

@bob27aggiustatutto
Copy link
Contributor

Non posso confermare poiché per ora c'è solo il login con polimi e non voglio farlo per ora

@toto04
Copy link
Contributor

toto04 commented Jan 8, 2023

era un problema con la webview, non con il login di per se, funziona qua funziona ovunque 👌

@toto04 toto04 closed this as completed Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug something isn't working as intended and needs to be fixed
Projects
None yet
Development

No branches or pull requests

5 participants