Hey, Its working. On building the project, 'KeyboardDisplayRequiresUserAction' is setting to true always in platforms/ios/config.xml even if I make it false in this config.xml. So, I made it false in config.xml, which is located outside of platforms folder. Thanks a lot.
But, I got one more problem in android 4.4.4. cordova.plugins.Keyboard.show(), is showing the previous input type keyboard.
For ex: I have input type="number". On clicking this, number keypad is opening. Then, I am closing the keyboard. When I am navigating to new page, I have one more input box of type 'text'. For auto focusing, I am using cordova.plugins.Keyboard.show() but It is opening the number keypad.(previous type one).
Any one have solution for this?