How to handle native android keyboard using appium

Hi,

capabilities.setCapability(“unicodeKeyboard”, true) did’t worked for me

I asked my developer to add a lister called “OnKeyListener”

finally worked…

refer to this Unable to tap 'search' button on Android softKeyboard
@praveentp009 explained in detail

thanks @praveen