You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/07 08:57:08 UTC

[GitHub] [cordova-ios] echonox opened a new issue #1142: Positioning cursor inside input doesn't work very well

echonox opened a new issue #1142:
URL: https://github.com/apache/cordova-ios/issues/1142


   # Bug Report
   
   ## Problem
   Moving cursor inside input field by tapping barely works
   
   ### What is expected to happen?
   Like on android tapping inside input should move the cursor to the exact position
   
   
   ### What does actually happen?
   The cursor doesn't move to the exact position instead it either:
   - doesn't move at all
   - moves to the very end
   - very rarely it succeeds to move to the correct position
   - it moves to the correct position but before that for a moment it moves to the very end
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   - I've tested this with a hello world app on iOS, just for comparison the Slack application on iOS and other similar apps don't have this issue
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   Just a sample Hello World app with input field
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Device: Iphone 8 plus
   Platform: iOS 14.6
   
   
   ### 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 iOS 6.2.0
   Cordova 10.0.0
   Xcode 12.5.1
   
   
   ## 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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-ios] breautek commented on issue #1142: Positioning cursor inside input doesn't work very well

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1142:
URL: https://github.com/apache/cordova-ios/issues/1142#issuecomment-920314932


   Text cursor control is handled by the webview and/or the OS, in this case WKWebVIew. So I don't think this is a Cordova issue. Can you create a sample XCode iOS app (Not using Cordova) to reproduce this issue? If so, I'd suggest taking that sample app and raising a bug report against WebKit.
   
   Otherwise, someone smarter than me might be able to give better insight.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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