OtpView icon indicating copy to clipboard operation
OtpView copied to clipboard

Unable to enter OTP

Open sudhinkvwst opened this issue 2 years ago • 1 comments

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 avatar Sep 15 '22 06:09 sudhinkvwst

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.

IvanAbakumov avatar Apr 30 '23 10:04 IvanAbakumov