You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/26 15:03:18 UTC

[GitHub] [cordova] newlegendmedia opened a new issue #160: iOS 13 / Xcode 11 Text Input Errors - Breaks iOS Dictation

newlegendmedia opened a new issue #160: iOS 13 / Xcode 11 Text Input Errors - Breaks iOS Dictation
URL: https://github.com/apache/cordova/issues/160
 
 
   # Bug Report
   iOS 13 / Xcode 11 Text Input Errors - Breaks iOS Dictation
   
   ## Problem
   In the simplest HelloWorld iOS 13 app I can create using latest cordova (v5), an error is logged in Xcode 11 console on each keystroke (see error below). I believe the error is also causing dictation to fail (see error below). As soon as you start speaking, the dictation ends immediately. (dictation is by tapping the iOS 13 keyboard microphone icon to speak text into a field)
   
   This simple app is using the simple HelloWorld app with nothing but a textarea in the body. The textarea has no classes or attributes added. The file includes NO css or js files other than cordova.js
   
   ### What is expected to happen?
   Normal editing and dictation functions.
   
   ### What does actually happen?
   
   On every keystroke while editing, The following error is logged in the console:
   "-[UIThreadSafeNode _axResetFKAFocusToFirstResponder]: unrecognized selector sent to instance 0x281f87820"
   
   Using Dictation, the dictation ends immediately upon speaking - the following error is logged in Xcode console:
   "Given text range '(null)' we could not find the last hypothesis "W". The likely cause is that something modified the text store or the hypothesis during dictation."
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   - Cordova HelloWorld App - Cordova 9.0 
   - Add a simple TextArea element in the body in index.html
   - Build with Xcode 11 and Run on iOS 13.1 Phone
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   - Cordova HelloWorld App - Cordova 9.0 
   - Add a simple TextArea element in the body in index.html
   - Build with Xcode 11 and Run on iOS 13.1 Phone
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   - [ X] I searched for existing GitHub issues
   - [ X] I updated all Cordova tooling to most recent version
   - [ X] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org