ionic-team/ionic-plugin-keyboard

Keyboard show

Opened this issue · 2 comments

When I try to show the keyboard my phonegap app stays white.

<script>
cordova.plugins.Keyboard.show()
</script>

also tried to make it on the deviceReady function

 onDeviceReady: function() {
cordova.plugins.Keyboard.show()
}

How do i fix this or properly use it

In which platform did you experienced this issue?