android softkeyboard - Keyboard show/hide event not firing in Cordova 5.1.1 -


i updated cordova 4.3.0 5.1.1 , seems keyboard event not firing previously,

 document.addeventlistener("showkeyboard",function() {    } 

and

 document.addeventlistener("hidekeyboard",function() {  } 

where working after upgrading stopped working ,i using keyboard plugin ionic keyborad has own events

 window.addeventlistener('native.keyboardshow', keyboardshowhandler); 

they not firing ,please me issue

it seems cordova-android-4.0.0 these events have been removed , suggesting use plugin such ionic-keyboard-plugin events

ref-src see in other changes section


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -