aabhasr1 / OtpView

A custom view to enter otp/pin of different sizes used usually in cases of authentication.
MIT License
377 stars 99 forks source link

Disable Click #58

Open rahulraghuwanshii opened 1 year ago

rahulraghuwanshii commented 1 year ago

How should I restrict user to click and type value in otp view?

Rajkamal-Jaiswal commented 2 months ago

binding.otpView.setOnTouchListener((view, motionEvent) -> !BuildConfig.OTP_MANUAL_ENTRY_ENABLED);