Skip to content
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

Unable to enter OTP #52

Open
sudhinkvwst opened this issue Sep 15, 2022 · 1 comment
Open

Unable to enter OTP #52

sudhinkvwst opened this issue Sep 15, 2022 · 1 comment

Comments

@sudhinkvwst
Copy link

Used the java code but was unable to enter the values(when clicked, the keyboard also not visible)

<in.aabhasjindal.otptextview.OtpTextView
android:id="@+id/otp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/black"
app:height="40dp"
app:width="40dp"
app:length="6"
app:otp="123456"
app:otp_text_size="@dimen/size_20"
app:otp_box_background="@drawable/otp_box_bg"
android:focusableInTouchMode="true"
android:inputType="number"
android:layout_marginTop="@dimen/cmn_margin" />

@sudhinkvwst sudhinkvwst changed the title Not enterable Unable enterable OTP Sep 15, 2022
@sudhinkvwst sudhinkvwst changed the title Unable enterable OTP Unable to enterable OTP Sep 15, 2022
@sudhinkvwst sudhinkvwst changed the title Unable to enterable OTP Unable to enter the OTP Sep 15, 2022
@sudhinkvwst sudhinkvwst changed the title Unable to enter the OTP Unable to enter OTP Sep 15, 2022
@IvanAbakumov
Copy link

Hi @sudhinkvwst
I checked your code and it works for me. You may have overridden the keyboard layout or are using a different input for input. To answer your questions, we need more information from you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants