android - How to disable back button behavior? -


i need create pin entry. want numeric keypad visible always. problem is, cannot override hardware button behavior dismisses keyboard. onbackbuttonpressed isn't entered when button pressed dismissing keyboard. can do? ()

i think best option use specific keyboard. maybe can use xamarin component https://components.xamarin.com/view/testcomponent


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -