When using SearchView in my android app, Samsung devices users with samsung keyboard only can't use the backspace button. Backspace button in samsung keyboard is working fine with EditText and any other input view, except SearchView. I have tried to detect when the user press the backspace key code and remove one letter manualy, but not working also. Is it a problem with Samsung keyboard? How can I overcome this problem?