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

Readonly textarea shows iOS keyboard accessory view

    XMLWordPrintableJSON

Details

    Description

      Readonly textarea opens the iOS keyboard accessory view when using the WKWebView engine.

      How to recreate:
      1. Install WKWebView engine plugin:
      ```
      cordova platform add ios@4.0.1
      cordova plugin add cordova-plugin-wkwebview-engine@1.0.1 --save
      ```
      2. Tap inside a textarea with 'readonly' attribute.
      ```
      <textarea placeholder="readonly" readonly></textarea>
      ```

      What happens:
      The iOS keyboard accessory view opens.

      What should happen:
      Nothing (the same as UIWebView).

      Attachments

        Activity

          People

            Unassigned Unassigned
            deadlyfingers David Douglas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: