aws-amplify / amplify-flutter

A declarative library with an easy-to-use interface for building Flutter applications on AWS.
https://docs.amplify.aws
Apache License 2.0
1.3k stars 239 forks source link

Mobile Keyboard dissapear when press in the SignInFormField.password() on web #5107

Open LucasFicarrotti opened 3 days ago

LucasFicarrotti commented 3 days ago

Description

On a mobile device the Password fields do not always trigger the keyboard to open when focused. In order to get the keyboard to appear you have to tap on the eye icon with the field selected.

I have attached a screenshot of the problem on an iPhone using Safari. I focus on the password field but the keyboard does not appear.

Categories

Steps to Reproduce

  1. Create a view with a SignInForm
  2. Debug the web app on a physical Android or iOS mobile
  3. Click on the password field of the SignInForm

Screenshots

Here is an screenshot using Safari, in an iphone. I am focus on password field but the keyboard don't appear.

IMG_0559

Platforms

Flutter Version

3.22.1

Amplify Flutter Version

1.6.1

Deployment Method

Amplify CLI

Schema

No response

NikaHsn commented 3 days ago

@LucasFicarrotti Thanks for reporting this issue. We will look into this and get back to you when we have updates.