WKWebView for Meteoric = Keyboard problems

Thanks to a blog post at http://practicalmeteor.com/drastically-improving-the-performance-of-your-meteor-ios-app-with-wkweb​view/#more-282, I could improve the performance of my app a lot. However, there are some crucial problems.

  1. Keyboards pull up the entire screen. This was prevented before by data-keyboard-attach directive from Meteor ionic. I feel like other people should have encountered the same issue.
  2. The Header status bar is overridden by the new webkit view. When the status bar has a different color than the header, it’s not aesthetically appealing.

Does anyone else experience the same problem?

Related link:

  1. https://github.com/practicalmeteor/meteor-wkwebview/issues/5
  2. https://github.com/Telerik-Verified-Plugins/WKWebView/issues/27