How to Enable Keypad in the mobile device. Is there any such method?

There is method in Appium for hiding Keypad in the mobile devices.
My question is, Is there any method in Appium to enable Keypad…?

Kindly let me know if any such method.

The devices generally open the keypad automatically if needed. If you can describe the problem you are trying to solve, we may be able to help you.

if you have direct access to device in code you can try with adb call keyboard activity OR with appium try to driver.startActivity()

Actually I am executing my scripts in Amazon Web Services(AWS). During Execution App is getting invoked but Keypad is not getting invoked. Do you have any idea regarding script execution across AWS. If yes Please help me ought.