Keyboard not hiding in ios with Ionic

I’m developing an Ionic 2 application for ios and testing directly in IPhone 5S with XCode.

The Keyboard is not hiding in this case:

  1. Access a page with nav.push(Page);
  2. Focus an input (The Keyboard opens);
  3. Slide the screen without losing focus;
  4. Click “Back”;

The app returns to the previous page, but the keyboard, which was opened by the input, did not close. It can’t be closed anymore, even if you navigate to other pages. It stucks.

I’ve already tried this.keyboard.close(), it is ignored.

Thanks in advance!

Please build a reproduction app with a ionic start blank blank project and put it on Github so we can understand what you are actually doing. Thanks.

Also post your ionic info output please.