OtpView icon indicating copy to clipboard operation
OtpView copied to clipboard

How to prevent keyboard showing after click otpTextView

Open nashihu opened this issue 4 years ago • 0 comments

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

nashihu avatar Jun 03 '20 03:06 nashihu