ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

Keyboard Auto Launch after .hide() method call #30

Open djsanj007 opened 6 years ago

djsanj007 commented 6 years ago

If Keyboard.hide() method is called, then keyboard hide, But auto launch as view change(either back button or push new view)

stovmascript commented 6 years ago

Here's a workaround that might help: https://stackoverflow.com/a/46720755

jcesarmobile commented 5 years ago

Is this on Android? iOS? both? Can you provide a sample app where the issue can be reproduced?