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.
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.