aws-sdk-android icon indicating copy to clipboard operation
aws-sdk-android copied to clipboard

More customizability in the Drop in UI

Open shashikdm opened this issue 5 years ago • 1 comments

Drop in UI is amazing feature. It would be even more useful if following methods were implemented:

  • setUsernameHint, setPasswordHint
  • signUpOptions.AddField("fieldname")
  • signUpOptions.rmField("fieldname")

It will also feel nicer if there's a please wait animation or spinner when clicked on login

shashikdm avatar Sep 13 '19 16:09 shashikdm

This is in the context of Drop in UI for android. It's a great tool that'll help android developers to avoid reinventing the wheel. But it should be more customizable in terms of input fields.

shashikdm avatar Sep 13 '19 16:09 shashikdm

Amplify now offers an Authenticator connected component that includes customization of signup fields and other options. Using Authenticator with Amplify is the recommended way to get a drop-in UI for your Cognito authentication flow.

mattcreaser avatar Jun 07 '23 12:06 mattcreaser