Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-5516

StatusBar Plugin breaks with Keyboard Plugin ShrinksView enabled and text box selected

    XMLWordPrintableJSON

Details

    Description

      When the keyboard plugin and the status bar plugin are both installed and configured with the following options:

      Keyboard.shrinkView(true);
      StatusBar.overlaysWebView(false);

      After tapping a select drop down or focusing on a text input, then hiding native iOS keyboard/select list, it seems the webview gets pushed up behind the statusbar. The status bar is still shown (like in iOS 6), but now some of the webview is hidden below it.

      Calling StatusBar.hide() then StatusBar.show() resolves the issue but is not ideal.

      When the app first opens this issue is not present. It only starts to happen after a form element gains focus and the keyboard or select list native iOS controls are opened then dismissed.

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            njtman Jon Tancer
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: