KeyBoardWillShow - KeyBoardWillHide not Working on Android

Hi we have a problem with our app on Android.

We are implementing the KeyboardWillShow/Hide methods from cocos2d::CCIMEDelegate so we can adjust the textfield positions in our app, in iOS it works perfect but in the Android version the app just don’t enter this methods, we don’t know what else we can do.

We searched for other way and we found that Android has a Keyboard.getHight() but we don’t know how to call that in the Cocos2dxActiviy.java

So if anyone can help us, please tell us what to do.

Thanks