We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
androidLayerType="software"
The text was updated successfully, but these errors were encountered:
questo dovrebbe essere stato fixato in main con il merge di #94, qualcun altro con android può confermare? @bob27aggiustatutto @cosimonegri
Sorry, something went wrong.
Posso confermare 👍
Confermo anche io
Non posso confermare poiché per ora c'è solo il login con polimi e non voglio farlo per ora
era un problema con la webview, non con il login di per se, funziona qua funziona ovunque 👌
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: