focusFirstInput (Modal) doesn't work on Android

I was able to get it working on iOS adding

<preference name="KeyboardDisplayRequiresUserAction" value="false" />

in the config.xml.

I don’t how to do on Android, I’ve tried to use this cordova plugin (https://github.com/phonostar/PhoneGap-SoftKeyboard.git) but it doesn’t work. Suggestions?

Github issue: #1112