OtpView
OtpView copied to clipboard
How to prevent keyboard showing after click otpTextView
i have tried using this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)
or android:windowSoftInputMode="stateHidden|adjustResize"
in manifest but after tapping otpTextView, the keyboard still showing