Open nashihu opened 4 years ago
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
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)
android:windowSoftInputMode="stateHidden|adjustResize"
i have tried using
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)
orandroid:windowSoftInputMode="stateHidden|adjustResize"
in manifest but after tapping otpTextView, the keyboard still showing