OtpView
OtpView copied to clipboard
Unable to enter OTP
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" />
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.