Is there a way to manually send notification to ionic, that keybaord has closed

I am facing white screen issue, when keyboard pulls down.
Is there a way to manually send notification to ionic, that keybaord has closed?

use plugin : https://github.com/driftyco/ionic-plugin-keyboard

in your code implement native.keyboardhide even listener

Hi Bavi,

Thanks for the reply, but i think this vl send the event to me only … that keyboard has closed.

But I want to send the event to ionic, that keyboard has closed. So that, it should start rendering process.

Actually doing this, I think i can avoid time-lag of event notification b.w native --> cordova–> ionic for keyboard has closed, seems because of which ionic is rendering slow, whenever keyboard closes.