My ndk project need to enter user name and password,i use native android keyboard and wrote my own class based on BaseInputConnection, override method commitText and send this text to my c++ code and intercept DEL key to delete last char, all is ok while using standart keyboard, but when user use swype keyboard(on some devices this is standart
) and long press of DEL key, there are "Delete whole last world" but no events i don`t receive, neither commitText nor KeyDown/KeyUp. Can someone help me!Much thanks!

