I am developing an Android application using Phonegap and used the SoftKeyboard plugin which is found here and use this plugins under the guidence of How to use Phonegap SoftKeyboard Plugin for Android? this link.its working fine.
i used this code ((((window || {}).plugins || {}).SoftKeyBoard || {}).show || function(){})();
to prevent the undefined problem..
My problem is i need to know the keyboard hide and show event how to find out this?