Driver.clear and driver.sendkeys do not work properly

i am facing the same issue with Appium 1.2.4 and Java client 2. The existing selendroid-test-app,
Hint Text: “Enter Your Name Here!” but after executing below commands.
enterNameText.clear();
enterNameText.sendKeys(“[email protected]”);

  1. Cursor directly jumped to second position
  2. Clear only remove first character.
  3. SendKeys actually prints “[email protected] Your Name Here!”

Appium Serverlog:

sendkeysappendexistingtext png
uiautomatorview

So kindly reopen this issue.

Thanks,
Priyank Shah