How do you get hardware keyboard events in Cordova iOS?

We're trying to listen to an hardware keyboard events (keypress, keydown...) in Cordova.

It seems to work in Android but on iOS unless the app is focused in an input box we don't get the events, is there a way to get those events?