ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

Keyboard events not fired on pages other than index page #63

Closed A7302 closed 5 years ago

A7302 commented 5 years ago

I am working on a cordova application. I want to perform some functionality on keyboard events. But I am unable to call the events on pages other than index page. This is strange issue. Below are the version details,

Cordova : 6.0.0 Node: 8.2.1 iOS: 12.0.1

I have attached a sample application. If you click on the textbox on the first page(index page) then "keyboardWillShow" event gets called. But if you click on the "Go to Main" button and try to click on the textbox on main page no event gets fired. project.zip

jcesarmobile commented 5 years ago

As I told you on https://github.com/apache/cordova/issues/66 You need to include cordova.js on every page you want to use cordova plugins.