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
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