Dustin
Dustin
@hanslai Have you tried using [Auth.federatedSignIn](https://aws-amplify.github.io/docs/js/authentication#oauth-and-hosted-ui) as described here?
@hanslai - Apologies- I misread your question. I'll try to look into this further.
@hanslai I believe that if you want to use OAuth, you would still call `federatedSignIn()` in order to open the Hosted UI. The social provider piece would come into play...
@ssantomauro How are you trying to catch the error?
@ssantomauro Ok I think I found the issue. In Android, our underlying amplify-android library just caches the username when the initial `resetPassword` method is called (while iOS requires it to...
@nikhilvashisht I believe this might be a limitation with the Cognito service's Hosted UI feature, but we will try to investigate a fix.
@jeffglaum We don't have specific dates on desktop or web support, but we are definitely aware that there is demand for this!
@BaranMichal25 Do you have a particular Android browser you would try to target instead of chrome? We are looking into introducing a parameter to specify a browser on Android. Unfortunately...
@AzharRaeisi In your generated `Todo.dart`, what do you have for `modelSchemaDefinition.authRules`?
Potenitally related issue: https://github.com/aws-amplify/amplify-android/issues/1392