-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Auto Focus not working #197
Comments
Are you having this issue on mobile web browsers or native android/ios app? On mobile web browsers, it seems like user needs to do a specific direct action (tap, click, etc) to get the keyboard to be shown. |
I am using ios simulator with cmd + k ON |
I have the same issue on Mobile Web (Safari, iOS 18.1, iPhone 13). Working fine on the App, but buggy for web |
Hey guys, the base functionalities like |
As in your function i have marked autofocus to true but still when i navigate to that respected page the autoFocus is not awaking the keyboard
Pinput(
length: 4,
defaultPinTheme: defaultPinTheme,
focusedPinTheme: defaultPinTheme.copyWith(
decoration: defaultPinTheme.decoration!.copyWith(
border: Border.all(color: greenColor),
),
),
autofocus: true,
controller: authState.otpController,
onCompleted: (value) {},
submittedPinTheme: defaultPinTheme,
),
Pinput version: 5.0.0
The text was updated successfully, but these errors were encountered: