Unable to clear complete text from the User name field

Is this issue is fixed i cannot delete the text inside the input field
I have a hybrid Android app
try to use this options
driver.getKeyboard().sendKeys(Keys.DELETE);
driver.getKeyboard().sendKeys(Keys.BACK_SPACE);
driver.getKeyboard().sendKeys(Keys.CLEAR);
any help?