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 2020/04/02 19:44:46 UTC

[GitHub] [cordova-ios] murilospinoza opened a new issue #819: Text selection does not happen on iPad iOS 13.4

murilospinoza opened a new issue #819: Text selection does not happen on iPad iOS 13.4
URL: https://github.com/apache/cordova-ios/issues/819
 
 
   # Bug Report
   
   ## Problem
   
   After updating the iPad to version 13.4, selecting the text by holding and dragging is no longer working. we've tested it in 2 ionic 4 apps and in both, the text selection didn't work.
   
   https://drive.google.com/file/d/12f-TX9VKKhXyt0hXb5bJCuKQhizGeZb0/view?usp=sharing
   
   ### Code
   
   ```html
   <div class="selectable">
     Lorem ipsum dolor sit amet, consectetur adipiscing elit, se
     eiusmod tempor incididunt ut labore et dolore magna aliqua.
     Ut enim ad minim veniam, quis nostrud exercitation laboris.
   </div>
   ```
   ```css
   .selectable {
     -webkit-user-select: text;
     -moz-user-select: text;
     -ms-user-select: text;
     user-select: text;
   }
   ```
   
   ### Environment, Platform, Device
   
   Latest iOS version (13.4) in iPad
   
   ### Version information
   
   ```
   Ionic:
      Ionic CLI                     : 5.4.16 (/usr/local/lib/node_modules/ionic)
      Ionic Framework               : @ionic/angular 4.11.7
      @angular-devkit/build-angular : 0.13.10
      @angular-devkit/schematics    : 7.3.10
      @angular/cli                  : 7.3.10
      @ionic/angular-toolkit        : 1.5.1
   
   Cordova:
      Cordova CLI       : 8.0.0
      Cordova Platforms : ios 4.5.5
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 23 other plugins)
   
   Utility:
      cordova-res : 0.11.0
      native-run  : not installed
   
   System:
      NodeJS : v12.14.1 (/usr/local/bin/node)
      npm    : 6.14.2
      OS     : macOS Mojave
      Xcode  : Xcode 10.1 Build version 10B61
   ```
   
   ## Checklist
   
   - [x] I searched for existing GitHub issues
   - [ ] 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


[GitHub] [cordova-ios] taozhzzl commented on issue #819: Text selection does not happen on iOS 13.4

Posted by GitBox <gi...@apache.org>.
taozhzzl commented on issue #819: Text selection does not happen on iOS 13.4
URL: https://github.com/apache/cordova-ios/issues/819#issuecomment-612056712
 
 
   I tried another time, selection with a tap and tap-drag still works. But the original long-tap gesture no longer triggers selection. And the long-tap gesture still works in Safari and InappBrowser. All in all, there is a little bit different with selection in iOS 13.4 (along with iPadOS 13.4).

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


[GitHub] [cordova-ios] taozhzzl commented on issue #819: Text selection does not happen on iOS 13.4

Posted by GitBox <gi...@apache.org>.
taozhzzl commented on issue #819: Text selection does not happen on iOS 13.4
URL: https://github.com/apache/cordova-ios/issues/819#issuecomment-609419550
 
 
   Yes, but selection with an iPad connected to a mouse or trackpad still works. I think it’s a problem due to the new cursor system and updated touch interactions. Looking forword to a solution.

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


[GitHub] [cordova-ios] timbru31 commented on issue #819: Text selection does not happen on iOS 13.4

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #819: Text selection does not happen on iOS 13.4
URL: https://github.com/apache/cordova-ios/issues/819#issuecomment-609445572
 
 
   Is this reproducible in a new, plain Cordova app? A minimal reproduction repository would really help to debug and later fix this issue. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md

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