ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

Keyboard reopens after close [with Video] #229

Closed RedEars closed 7 years ago

RedEars commented 7 years ago

I saw some of these issues here but without further details and no solutions. So I hope this will help to solve the problem.

Watch this Video: http://recordit.co/Uyi5JemSuJ

As you can see in the video, the Keyboard opens when clicking on the Input - so far so right - but after clicking some element and navigating to a new page it reopens the keyboard. (On the first nav push you can see it on the bottom only about 30px, because I call the Keyboard.close() function to workaround the bug - but its not nice). No matter where I tap, it reopens the keyboard - even if there is no input at all. At the end you can see me tapping on "Mehr" which is an Action Sheet. The Keyboard stays over the action sheet which makes it untappable and its not possible to close the Keyboard.

I also tried Keyboard.close() on the button call but with same effect.

RedEars commented 7 years ago

This issue is related to the Ionic core and not the plugin, sorry