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

iOS issue with fixed positioned elements and keyboard

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • iOS 7.0, iOS 7.1, iOS 6.1

    Description

      1. Create blank Cordova application.
      2. Made following changes:
      index.hmml
      Replace content of div with id="deviceready" with following content
      <input type="text"/>
      <input type="checkbox"/>

      js/index.js
      comment line
      app.receivedEvent('deviceready');

      css/index.css
      in the class .app
      change position:absolute to position: fixed
      3. Build app and launch it
      4. Touch text box. Keyboard should popup
      5. Touch checkbox. Keyboard is shown, but all page moved a bit bottom.

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            akurdyumov Andrey Kurdyumov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: